Return to Snippet

Revision: 56061
at March 7, 2012 14:54 by shufflepath


Initial Code
function hide_help() {
    echo '<style type="text/css">
            #contextual-help-link-wrap { display: none !important; }
          </style>';
}
add_action('admin_head', 'hide_help');

Initial URL


Initial Description


Initial Title
Hide ‘help’ Tab from admin panel

Initial Tags
php, wordpress

Initial Language
PHP