Filter hook 'wp_save_post_revision_revisions_before_deletion'

in WP Core File wp-includes/revision.php at line 239

Description

Filters the revisions to be considered for deletion.

Occurrences

Filename Line Number
wp-includes/revision.php 239

Parameters

Type Name Description
WP_Post[] $revisions Array of revisions, or an empty array if none.
int $post_id The ID of the post to save as a revision.

PHP Doc

/**
	 * Filters the revisions to be considered for deletion.
	 *
	 * @since 6.2.0
	 *
	 * @param WP_Post[] $revisions Array of revisions, or an empty array if none.
	 * @param int       $post_id   The ID of the post to save as a revision.
	 */