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; }