wrong role group
-
first this is an great plugin!!
But after installation i wondered why all of our Authors can now Add new Pages!!
After some searching i′ve found the mistake in the source code
The mistake seems is in function: public static function admin_menu(){
advanced_page_manager.php” line 119$browse_pages_menu = add_submenu_page( 'edit.php?post_type=page', __('All Pages',ApmConfig::i18n_domain), __('All Pages',ApmConfig::i18n_domain), 'edit_published_posts','apm_browse_pages_menu', array(__CLASS__,'bo_panel_template'));
the value ‘edit_published_posts’ should be ‘edit_published_pages’
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wrong role group’ is closed to new replies.