Jake Vanderwerf
2026-02-17 a24a06002081ad71a78ffeff9072725ba39cf121
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);