untrashed_post_comments, $post_id
untrashed_post_comments, $post_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('untrashed_post_comments, $post_id') is found 1 times:
- /wp-includes/post.php line 4303
* @since 2.9.0 * * @param int $post_id Post ID. */ do_action( 'untrashed_post_comments', $post_id ); } /** * Retrieves the list of categories for a post. * * Compatibility layer for themes and plugins. Also an easy layer of abstraction