Aurangajeb

Hide WPUF-Dokan admin notice from admin area

Oct 29th, 2021 (edited)
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. add_action( 'admin_head', function () { ?>
  2. <style>
  3.  
  4.     /* write your CSS code here */
  5. .notice.error.dokan-license-notice {
  6.     display: none;
  7. }
  8. .notice.error.wpuf-license-notice {
  9.     display: none;
  10. }
  11. </style>
  12. <?php } );
  13.  
Add Comment
Please, Sign In to add comment