| 开发者 | mediuminteractive |
|---|---|
| 更新时间 | 2026年3月31日 23:44 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0+ |
| 版权网址: | 版权信息 |
acf_get_field_groups) to discover which fields apply to the current post type. This means:
_-prefixed) post meta keys.
Custom Post Type Integration
Posts and Pages are available directly in the settings. For custom post types, the plugin detects them automatically and lists them on the settings page with a note to contact Medium Interactive for tailored integration.
Contact Medium Interactive →
mdi-better-revision-history folder to /wp-content/plugins/.No. It adds to it. WordPress continues to store revisions as normal. This plugin simply provides a much more readable meta box for viewing what changed between saves.
Yes. Without ACF active, the plugin falls back to comparing all non-internal post meta keys automatically.
Custom post types are detected automatically and listed on the settings page. Because field structures vary greatly per project, enabling them for full ACF tracking is available as a custom integration. Contact us for details.
WordPress must have revisions enabled. Check that define( 'WP_POST_REVISIONS', false ) is not set in your wp-config.php. Also note the meta box only appears once at least one revision exists for that post.
No. The plugin only runs on post-edit screens for enabled post types, and only reads existing revision data — it does not add any extra save hooks or background processing.
Yes. All user-facing strings use the mdi-better-revision-history text domain.