Hi,
You’d have to change manage_options to some other capability in this line:
$dfads_plugin_hook = add_options_page('Ads Settings', 'Ads', 'manage_options', 'dfads-settings', array( $this, 'create_admin_page' ) );
That’s here: ~/wp-content/plugins/ads-by-datafeedrcom/inc/admin.php at line #43.
Eric
You’d also have to tweak the register_post_type() code, too.
I do not know how it’s done. I use it on the User Role Editor and here just do not see this plugin.
I’m not familiar with that plugin but ads plugin uses standard WP functions so it should work.
Unfortunately, there ADS plugin does not appear, I’ll screenshot
I see… There is no unique capability for the ads plugin so I don’t think that plugin will work.