comment_on_trash

Advertisement

Summery Summery

Fires when a comment is attempted on a trashed post.

Syntax Syntax

do_action( 'comment_on_trash', int $comment_post_ID )

Parameters Parameters

$comment_post_ID

Post ID.

Source Source

File: wp-includes/comment.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.

Advertisement

Leave a Reply