Warning: This function has been deprecated. Use bbp_check_for_moderation() with strict flag set instead.
bbp_check_for_blacklist( $anonymous_data = array(), $author_id, $title = '', $content = '' )
Deprecated. Use bbp_check_for_moderation() with strict flag set.
Description Description
Source Source
File: includes/common/functions.php
function bbp_check_for_blacklist( $anonymous_data = array(), $author_id = 0, $title = '', $content = '' ) { return bbp_check_for_moderation( $anonymous_data, $author_id, $title, $content, true ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Use bbp_check_for_moderation() with strict flag set |
2.0.0 | Introduced. |