clean_term_cache, $ids, $taxonomy, $clean_taxonomy

clean_term_cache, $ids, $taxonomy, $clean_taxonomy

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('clean_term_cache, $ids, $taxonomy, $clean_taxonomy') is found 1 times:

  • /wp-includes/taxonomy.php line 3720
    		 * @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();
    }
    
    /**