Jake Vanderwerf
2026-01-05 b4e7aa91155148cb04f619e3a436627d3b8d8ee7
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;
   }