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