clean_term_cache

clean_term_cache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('clean_term_cache') is found 1 times:

  • /wp-includes/taxonomy.php line 3699
    3695
    3696
    3697
    3698
    3699
    3700
    3701
    3702
    3703
    3704
    3705
             * @param array  $ids            An array of term IDs.
             * @param string $taxonomy       Taxonomy slug.
             * @param bool   $clean_taxonomy Whether or not to clean taxonomy-wide caches
             */
            do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy );
        }
     
        wp_cache_set_terms_last_changed();
    }
     
    /**

See this hook used in plugins: