[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-core/ -> bp-core-moderation.php (summary)

BuddyPress Moderation Functions.

File Size: 362 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  bp_core_check_for_flood()
  bp_core_check_for_moderation()
  bp_core_check_for_disallowed_keys()
  bp_core_current_user_ip()
  bp_core_current_user_ua()

Functions
Functions that are not part of a class:

bp_core_check_for_flood( $user_id = 0 )   X-Ref
Check for flooding.

Check to make sure that a user is not making too many posts in a short amount
of time.

param: int $user_id User id to check for flood.
return: bool True if there is no flooding, false if there is.
since: 1.6.0

bp_core_check_for_moderation( $user_id = 0, $title = '', $content = '', $error_type = 'bool' )   X-Ref
Check for moderation keys and too many links.

param: int    $user_id    User ID.
param: string $title      The title of the content.
param: string $content    The content being posted.
param: string $error_type The error type to return. Either 'bool' or 'wp_error'.
return: bool|WP_Error True if test is passed, false if fail.
since: 1.6.0
since: 2.6.0 Added $error_type parameter.

bp_core_check_for_disallowed_keys( $user_id = 0, $title = '', $content = '', $error_type = 'bool' )   X-Ref
Check for blocked keys.

param: int    $user_id    User ID.
param: string $title      The title of the content.
param: string $content    The content being posted.
param: string $error_type The error type to return. Either 'bool' or 'wp_error'.
return: bool|WP_Error True if test is passed, false if fail.
since: 7.0.0

bp_core_current_user_ip()   X-Ref
Get the current user's IP address.

return: string IP address.
since: 1.6.0

bp_core_current_user_ua()   X-Ref
Get the current user's user-agent.

return: string User agent string.
since: 1.6.0



Generated: Thu Apr 25 01:01:12 2024 Cross-referenced by PHPXref 0.7.1