/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
// Remove Links from admin menu
// via bit.ly/smag-wp31tips
add_action( 'admin_menu', 'my_admin_menu' );
function my_admin_menu() {
remove_menu_page('link-manager.php');
}
URL: http://bit.ly/smag-wp31tips
Comments
 Subscribe to comments
                    Subscribe to comments
                
                