Fires before comments are restored for a post from the Trash.
Parameters
$post_id
int- Post ID.
Source
do_action( 'untrash_post_comments', $post_id );
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |
Fires before comments are restored for a post from the Trash.
$post_id
intdo_action( 'untrash_post_comments', $post_id );
Version | Description |
---|---|
2.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.