first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(function( $ ) {
|
||||
jQuery(document).ready(function(){
|
||||
jQuery("#adminmenu .update-plugins").replaceWith('');
|
||||
jQuery("body.wp-admin .plugin-update.colspanchange").replaceWith('');
|
||||
jQuery("body.wp-admin .notice.elementor-message.elementor-message-dismissed").replaceWith('');
|
||||
jQuery("body.wp-admin:not(.theme-editor-php) .notice:not(.updated):not(.new-application-password-notice):not(#message)").replaceWith('');
|
||||
});
|
||||
})( jQuery );
|
||||
Reference in New Issue
Block a user