Fires after comments are restored for a post from the Trash.
$post_idintwp-includes/post.php:4181wp_untrash_post_comments() * Fires after comments are restored for a post from the Trash. * * @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 abstractionIntroduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.