Uses
Uses | Description |
---|---|
wp-includes/comment.php: wp_set_comment_status | Fires immediately before transitioning a comment’s status from one to another in the database. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/wp-db.php: wpdb::update() | Updates a row in the table. |
wp-includes/comment.php: clean_comment_cache() | Removes a comment from the object cache. |
wp-includes/comment.php: wp_update_comment_count() | Updates the comment count for post(s). |
wp-includes/comment.php: wp_transition_comment_status() | Call hooks for when a comment status transition occurs. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |