bbp_has_errors

bbp_has_errors

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_has_errors') is found 1 times:

  • /includes/core/functions.php line 326
    	$has_errors = bbpress()->errors->get_error_codes()
    		? true
    		: false;
    
    	return (bool) apply_filters( 'bbp_has_errors', $has_errors, bbpress()->errors );
    }
    
    /** Mentions ******************************************************************/
    
    /**
     * Set the pattern used for matching usernames for mentions.