Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Remove Dokan Pro Activation notifications from wp-admin area using CSS
- add_action('admin_head', 'my_custom_css');
- function my_custom_css() {
- echo '<style>
- .error {
- display: none;
- }
- </style>';
- }
Advertisement
Add Comment
Please, Sign In to add comment