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