On this page
do_action( 'untrash_post_comments', int $post_id )
Fires before comments are restored for a post from the Trash.
Parameters
$post_idint-
Post ID.
Source
File: wp-includes/post.php. View all references
do_action( 'untrash_post_comments', $post_id );
Related
Used By
| Used By | Description |
|---|---|
| wp_untrash_post_comments() wp-includes/post.php | Restores comments for a post from the Trash. |
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/untrash_post_comments