On this page
apply_filters( 'wp_get_revision_ui_diff', array[] $return, WP_Post $compare_from, WP_Post $compare_to )
Filters the fields displayed in the post revision diff UI.
Parameters
Source
File: wp-admin/includes/revision.php. View all references
return apply_filters( 'wp_get_revision_ui_diff', $return, $compare_from, $compare_to );
Related
Used By
| Used By | Description |
|---|---|
| wp_get_revision_ui_diff() wp-admin/includes/revision.php | Get the revision UI diff. |
Changelog
| Version | Description |
|---|---|
| 4.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_get_revision_ui_diff