On this page
do_action( '_wp_put_post_revision', int $revision_id )
Fires once a revision has been saved.
Parameters
$revision_idint-
Post revision ID.
Source
File: wp-includes/revision.php. View all references
do_action( '_wp_put_post_revision', $revision_id );
Related
Used By
| Used By | Description |
|---|---|
| _wp_put_post_revision() wp-includes/revision.php | Inserts post data into the posts table as a post revision. |
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/_wp_put_post_revision