clean_object_term_cache

clean_object_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_object_term_cache') is found 1 times:

  • /wp-includes/taxonomy.php line 3637
    3633
    3634
    3635
    3636
    3637
    3638
    3639
    3640
    3641
    3642
    3643
         *
         * @param array  $object_ids An array of object IDs.
         * @param string $object_type Object type.
         */
        do_action( 'clean_object_term_cache', $object_ids, $object_type );
    }
     
    /**
     * Removes all of the term IDs from the cache.
     *
     * @since 2.3.0

See this hook used in plugins: