| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
WordPress Administration Revisions API
| File Size: | 470 lines (16 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| wp_get_revision_ui_diff( $post, $compare_from, $compare_to ) X-Ref |
| Get the revision UI diff. param: WP_Post|int $post The post object or post ID. param: int $compare_from The revision ID to compare from. param: int $compare_to The revision ID to come to. return: array|false Associative array of a post's revisioned fields and their diffs. since: 3.6.0 |
| wp_prepare_revisions_for_js( $post, $selected_revision_id, $from = null ) X-Ref |
| Prepare revisions for JavaScript. param: WP_Post|int $post The post object or post ID. param: int $selected_revision_id The selected revision ID. param: int $from Optional. The revision ID to compare from. return: array An associative array of revision data and related settings. since: 3.6.0 |
| wp_print_revision_templates() X-Ref |
| Print JavaScript templates required for the revisions experience. since: 4.1.0 |
| Generated: Wed Oct 29 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |