Custom Post Meta Revision plugin not working
-
Hi,
I installed your plugin however, I can’t get it to work. I followed you simple instructions:
function add_meta_keys_to_revision( $keys ) { $keys[] = 'meta-key-to-revision'; return $keys; } add_filter( 'wp_post_revision_meta_keys', 'add_meta_keys_to_revision' );
I am trying to do this on a custom post type… is this the problem?
https://www.ads-software.com/plugins/wp-post-meta-revisions/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom Post Meta Revision plugin not working’ is closed to new replies.