wp-post-meta-revisions
wp-post-meta-revisions copied to clipboard
Optimize wp_preview_meta_filter checks
If the meta key is part of wp_post_revision_meta_keys() can be checked first before making a database request for get_post().
$post instanceof WP_Post is stricker then empty( $post ) or is_object( $preview )
Nice!