apply_filters( 'bp_bypass_check_for_moderation', bool $value, int $user_id, string $title, string $content )

Filters whether or not to bypass checking for moderation keys and too many links.


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.


Top ↑

Source Source

File: bp-core/bp-core-moderation.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.