• 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)
  • csschris

    (@csschris)

    Same problem here. Plugin doesn’t seem to be doing anything for me. Doesn’t work on normal posts either.

    Running 4.2.2 multisite. Have tried with CMB2 and vanilla post meta.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Post Meta Revision plugin not working’ is closed to new replies.