Jake Vanderwerf
2026-02-10 6d4396cc8a7c715a259a0ff3072890f0640c79df
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;
   }