do_action( ‘untrashed_post_comments’, int $post_id )

In this article

Fires after comments are restored for a post from the Trash.

Parameters

$post_idint
Post ID.

Source

do_action( 'untrashed_post_comments', $post_id );

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

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