clean_taxonomy_cache

clean_taxonomy_cache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('clean_taxonomy_cache') is found 1 times:

  • /wp-includes/taxonomy.php line 3728
    3724
    3725
    3726
    3727
    3728
    3729
    3730
    3731
    3732
    3733
    3734
         * @since 4.9.0
         *
         * @param string $taxonomy Taxonomy slug.
         */
        do_action( 'clean_taxonomy_cache', $taxonomy );
    }
     
    /**
     * Retrieves the cached term objects for the given object ID.
     *
     * Upstream functions (like get_the_terms() and is_object_in_term()) are