bbp_has_errors()
Check if error messages exist in queue
Description Description
See also See also
Source Source
File: includes/core/functions.php
function bbp_has_errors() { $has_errors = bbpress()->errors->get_error_codes() ? true : false; return (bool) apply_filters( 'bbp_has_errors', $has_errors, bbpress()->errors ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |