wp_get_footnotes_from_revision
wp_get_footnotes_from_revision ( $revision_field, $field, $revision )
Parameters:- (string) revision_field The field value, but $revision->$field (footnotes) does not exist.
- (string) field The field name, in this case "footnotes".
- (object) revision The revision object to compare against.
Returns:- (string) The field value.
Defined at: - Introduced in WordPress: 6.3.0
- Deprecated in WordPress: —
Description
Gets the footnotes field from the revision for the revisions screen.