Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function hide_remove() {
- echo '<style type="text/css">
- .welcome-panel .welcome-panel-close {display: none!important;}
- </style>';
- }
- add_action('admin_notices', 'hide_remove');
Advertisement
Add Comment
Please, Sign In to add comment