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. |
Filters the fields displayed in the post revision diff UI.
return apply_filters( 'wp_get_revision_ui_diff', $return, $compare_from, $compare_to );
Version | Description |
---|---|
4.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.