Summery Summery
Fires when the comment status is in transition.
Syntax Syntax
Parameters Parameters
- $new_status
-
(int|string) The new comment status.
- $old_status
-
(int|string) The old comment status.
- $comment
-
(WP_Comment) Comment object.
Source Source
File: wp-includes/comment.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |