Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post.php | do_action | 3808 | /** * Fires before comments are restored for a post from the Trash. * * @since 2.9.0 * * @param int $post_id Post ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $post_id | Post ID. |