// functions.php <?php function sp_hide_errors() { // We return a message return "Nope"; } add_filter('login_errors', 'sp_hide_errors'); ?>
Warning: Trying to access array offset on null in /home/clients/7f7a8d8eb6e40c50d3548b06c548734d/web/wp-includes/class-wp-query.php on line 3766