Uses
Uses | Description |
---|---|
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/comment.php: transition_comment_status | Fires when the comment status is in transition. |
wp-includes/comment.php: comment_{$old_status}_to_{$new_status} | Fires when the comment status is in transition from one specific status to another. |
wp-includes/comment.php: comment_{$new_status}_{$comment->comment_type} | Fires when the status of a specific comment type is in transition. |