do_action( 'untrashed_post_comments', int $post_id )

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


Parameters

$post_id

(int) Post ID.


Source

File: wp-includes/post.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.9.0 Introduced.