/ Published in: PHP
                    
                                        
This PHP removes menu items from the WordPress dashboard
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function remove_menus () {
global $menu;
}
}
add_action('admin_menu', 'remove_menus');
URL: http://eckstein.id.au/12713/wordpress/remove-dashboard-menu
Comments
 Subscribe to comments
                    Subscribe to comments
                
                