wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_{$post->post_type}_revisions_to_keep › WordPress Filter Hooks
Since5.8.0
Deprecatedn/a
› apply_filters( "wp_{$post->post_type}_revisions_to_keep", $num, $post )
Parameters: (2) |
|
Defined at: |
|
Codex: |
Filters the number of revisions to save for the given post by its post type.
Overrides both the value of WP_POST_REVISIONS and the {@see 'wp_revisions_to_keep'} filter.
The dynamic portion of the hook name, $post->post_type
, refers to
the post type slug.
Possible hook names include:
wp_post_revisions_to_keep
wp_page_revisions_to_keep
Related Functions: wp_revisions_to_keep, wp_post_revision_meta_keys, wp_post_revision_title, wp_post_revision_title_expanded, _wp_post_revision_data, wp_save_post_revision_on_insert