Jake Vanderwerf
2026-01-01 c06013234d16ab3889bd7fce09f6606b45fd2b9f
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;