apply_filters( "wp_{$post->post_type}_revisions_to_keep", int $num, WP_Post $post )

Filters the number of revisions to save for the given post by its post type.

Description

Overrides both the value of WP_POST_REVISIONS and the ‘wp_revisions_to_keep’ filter.

The dynamic portion of the hook name, $post->post_type, refers to the post type slug.

Parameters

$num

(int) Number of revisions to store.

$post

(WP_Post) Post object.

Source

File: wp-includes/revision.php

View on Trac

Changelog

Version Description
5.8.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_post-post_type_revisions_to_keep