wp_get_revision_ui_diff – filter
Filters the fields displayed in the post revision diff UI.
Parameters
- .
- ( 4.1.0 ) . .
- $return
- ( array[] ) Array of revision UI fields. Each item is an array of id, name, and diff. . . .
- $compare_from
- ( WP_Post ) The revision post to compare from. . . .
- $compare_to
- ( WP_Post ) The revision post to compare to. . . .