cleanup.php
@@ -34,6 +34,7 @@ 'wp-block-library', 'wp-block-library-theme', 'wp-block-styles', 'block-style-variation-styles' ]; foreach ($global_styles as $style) { @@ -210,7 +211,7 @@ BASE . 'gallery' ]; //TODO: Dynamically use MetaManager to get any image or gallery fields //TODO: Dynamically use Meta.php to get any image or gallery fields foreach ($meta_fields as $meta_key) { $meta_value = get_post_meta($post_id, $meta_key, true);