Editors cannot use plugin
-
In my theme, editors are allowed to edit theme options.I do this using the following code in my functions using the following code:
function custom_capabilities(){ $editor = get_role( 'editor' ); $editor->add_cap('edit_theme_options'); } add_action( 'admin_init', 'custom_capabilities') ;
Unfortunately the archive meta box does not appear in the menu under Appearance> Menu.
However it works fine under admin accounts.
Please help!
https://www.ads-software.com/plugins/post-type-archive-links/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Editors cannot use plugin’ is closed to new replies.