Action hook 'untrashed_post_comments'

in WP Core File wp-includes/post.php at line 4012

Description

Fires after comments are restored for a post from the Trash.

Occurrences

Filename Line Number
wp-includes/post.php 4012

Parameters

Type Name Description
int $post_id Post ID.

PHP Doc

/**
	 * Fires after comments are restored for a post from the Trash.
	 *
	 * @since 2.9.0
	 *
	 * @param int $post_id Post ID.
	 */