elmanisero

hide remove button admin panel welcome

Feb 23rd, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. function hide_remove() {
  2. echo '<style type="text/css">
  3. .welcome-panel .welcome-panel-close {display: none!important;}
  4. </style>';
  5. }
  6. add_action('admin_notices', 'hide_remove');
Advertisement
Add Comment
Please, Sign In to add comment