4375* Fires after comments are restored for a post from the Trash.4376*4377* @since 2.9.04378*4379* @param int$post_id Post ID.4380*/4381do_action('untrashed_post_comments',$post_id);43824383returnnull;4384}43854386/**4387* Retrieves the list of categories for a post.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.