first commit

This commit is contained in:
2026-04-09 15:31:08 +02:00
commit f42e416839
8067 changed files with 2816468 additions and 0 deletions

View File

@@ -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 );