Jake Vanderwerf
2026-01-01 c06013234d16ab3889bd7fce09f6606b45fd2b9f
inc/helpers/terms.php
@@ -81,6 +81,10 @@
add_action('save_post', 'jvbClearListCache', 10, 2);
function jvbClearListCache(int $post_id, \WP_Post $post):void
{
   // SAFETY: Skip attachments and other non-content post types
   if (in_array($post->post_type, jvbIgnoredPostTypes())) {
      return;
   }
   if (jvbNoSaveIt($post_id, $post)) {
      return;
   }