[Plugin: Featured Posts] Awesome plugin but permission issue
-
Hey, Thanks for the cool plugin. One little niggle is that the Featured Post link shows up for users who don’t really have permission to access the Featured Posts admin page. So subscribers get a “Tools” section on WP-Admin with a link to Featured Posts that when they click on say “You don’t have permission…”
So if you update around line 105 of ra-featured-posts-admin.php and add a check for permission there it goes away.
if( is_super_admin() ){ add_submenu_page($ra_parent, 'ra_featured_posts', 'Feature Posts', 0, 'ra-featured-posts-admin.php', 'ra_featured_posts_page'); }
(I only wanted super admins to use it and I know that this is a multi-site install)
Thanks again.
Colinhttps://www.ads-software.com/extend/plugins/wordpress-mu-featured-posts/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Featured Posts] Awesome plugin but permission issue’ is closed to new replies.