W3cubDocs

/WordPress

post_revisions_meta_box( WP_Post $post )

Displays list of revisions.

Parameters

$postWP_Postrequired
Current post object.

Source

function post_revisions_meta_box( $post ) {
	wp_list_post_revisions( $post );
}

Changelog

Version Description
2.6.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/post_revisions_meta_box