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
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
Fires after comments are restored for a post from the Trash.
$post_idintdo_action( 'untrashed_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.