/ Published in: PHP
Expand |
Embed | Plain Text
// Remove Admin Menus function remove_menu_items() { global $menu; __('Links'), __('Comments'), __('Media'), __('Plugins'), __('Tools'), __('Users') ); } } } add_action('admin_menu', 'remove_menu_items');
You need to login to post a comment.
