Uses
Uses | Description |
---|---|
wp-includes/comment.php: comment_flood_message | Filters the comment flood error message. |
wp-includes/load.php: wp_doing_ajax() | Determines whether the current request is a WordPress Ajax request. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/functions.php: mysql2date() | Convert given MySQL date string into a different format. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/wp-db.php: wpdb::get_var() | Retrieves one variable from the database. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/comment.php: comment_flood_filter | Filters the comment flood status. |
wp-includes/comment.php: comment_flood_trigger | Fires before the comment flood message is triggered. |