do_action( 'untrash_post_comments', int $post_id )
Fires before comments are restored for a post from the trash.
Parameters
- $post_id
-
Post ID.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
WP-2.9.0 | Introduced. |