[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Moderation Functions.
File Size: | 362 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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. return: bool True if there is no flooding, false if there is. param: int $user_id User id to check for flood. 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. return: bool|WP_Error True if test is passed, false if fail. 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'. 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. return: bool|WP_Error True if test is passed, false if fail. 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'. 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 Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |