Filters the fields displayed in the post revision diff UI.
Parameters
Source
return apply_filters( 'wp_get_revision_ui_diff', $return, $compare_from, $compare_to );
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |
CARVIEW |
Filters the fields displayed in the post revision diff UI.
return apply_filters( 'wp_get_revision_ui_diff', $return, $compare_from, $compare_to );
Used by | Description |
---|---|
wp_get_revision_ui_diff()wp-admin/includes/revision.php | Get the revision UI diff. |
Version | Description |
---|---|
4.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.