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
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
        $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.