Core Function
View Source on Trac ↗ wp_save_revisioned_meta_fields()
wp_save_revisioned_meta_fields( mixed $revision_id, mixed $post_id ) Save the revisioned meta fields.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $revision_id int | The ID of the revision to save the meta to. Required |
| $post_id int | The ID of the post the revision is associated with. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
6.4.0
Source File
wp-includes/revision.php
Advertisement