Guest User

Untitled

a guest
Apr 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. /* Ocultar avisos */
  4. function fla_custom_admin_styles() {
  5.   echo '<style type="text/css">
  6. .notice.notice-error.yoast-notice-error {
  7.     display: none;
  8. }
  9. </style>';
  10. }
  11. add_action('admin_head', 'fla_custom_admin_styles');
Add Comment
Please, Sign In to add comment