How to use this?
-
Like this?
// post meta revison history BOOTING UP function add_meta_keys_to_revision( $keys ) { $keys[] = 'uname'; 'suspision'; 'profile_summary'; print_r($keys); return $keys; } add_filter( 'wp_post_revision_meta_keys', 'add_meta_keys_to_revision' );
https://www.ads-software.com/plugins/wp-post-meta-revisions/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to use this?’ is closed to new replies.