inovve

Hide Wordpress Notices

Feb 14th, 2020
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_action('admin_head', 'custom_css_admin');
  2.  
  3. function custom_css_admin() {
  4.   echo '<style>
  5.    #setting-error-tgmpa{
  6.       display:none;  
  7.    }
  8.  </style>';
  9. }
Advertisement
Add Comment
Please, Sign In to add comment