wp_autosave_post_revisioned_meta_fields
wp_autosave_post_revisioned_meta_fields ( $new_autosave )
Parameters:- (array) new_autosave The new post data being autosaved.
Defined at: - Introduced in WordPress: 6.4.0
- Deprecated in WordPress: —
Description
Autosaves the revisioned meta fields.Iterates through the revisioned meta fields and checks each to see if they are set,
and have a changed value. If so, the meta value is saved and attached to the autosave.