Warning: This hook has been deprecated. Use ‘bp_bypass_check_for_disallowed_keys’ instead.
apply_filters_deprecated( 'bp_bypass_check_for_blacklist', bool $value , int $user_id , string $title , string $content )
Filters whether or not to bypass checking for blocked keys.
Description Description
Parameters Parameters
- $value
-
Whether or not to bypass checking. Default false.
- $user_id
-
Topic of reply author ID.
- $title
-
The title of the content.
- $content
-
$the content being posted.
Source Source
File: bp-core/bp-core-moderation.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Use 'bp_bypass_check_for_disallowed_keys' instead. |
2.2.0 | Introduced. |