do_action( 'transition_comment_status', int|string $new_status, int|string $old_status, object $comment )

Fires when the comment status is in transition.


Description Description


Parameters Parameters

$new_status

(int|string) The new comment status.

$old_status

(int|string) The old comment status.

$comment

(object) The comment data.


Top ↑

Source Source

File: wp-includes/comment.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.