Description
Filters the number of revisions to save for the given post. Overrides the value of WP_POST_REVISIONS.
Occurrences
Filename | Line Number |
---|---|
wp-includes/revision.php | 829 |
Parameters
Type | Name | Description |
---|---|---|
int | $num | Number of revisions to store. |
WP_Post | $post | Post object. |
PHP Doc
/**
* Filters the number of revisions to save for the given post.
*
* Overrides the value of WP_POST_REVISIONS.
*
* @since 3.6.0
*
* @param int $num Number of revisions to store.
* @param WP_Post $post Post object.
*/