Change WordPress user roles and capabilities › Forums › Give user access to plugin – how to › Give few plugins access to a user › Reply To: Give few plugins access to a user
15/05/2019 at 06:36
#5681
Vladimir
Keymaster
Correct, FB Photo Fetcher plugin protects its menu item under the “Settings” menu with ‘administrator’ role hardcoded:
_admin_menu.php:10:
add_options_page("$fpf_name Options", 'FB Photo Fetcher' . (defined('FPF_ADDON')?"+":""), 'administrator', "fb-photo-fetcher", 'fpf_admin_page');