Remove Permalink option menu item
-
I need to remove the ability for folks to change the format of permalinks. I have a plugin that does that, but users can still see the page to change permalinks. How do I remove that item from the side menu?
The following code does not work for me:
add_action('admin_init', 'remove_permalink_menu', 999); function remove_permalink_menu() { remove_menu_page('options-permalink.php'); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove Permalink option menu item’ is closed to new replies.