Jake Vanderwerf
2026-01-04 d38d825e3484d822ea3c1f0fb1df37ecf386b18a
inc/helpers/saveFields.php
@@ -6,6 +6,9 @@
function jvbNoSaveIt(int $postID, \WP_Post $post): bool {
   if (!$postID || $postID === 0) {
      return true;
   }
   $postType = jvbNoBase($post->post_type);
   if (!array_key_exists($postType, JVB_CONTENT)){
      return true;