You appear to be a bot. Output may be restricted
Description
Flushes out the transients used in twentysixteen_categorized_blog().
Usage
twentysixteen_category_transient_flusher();
Parameters
Returns
void
Source
File name: twentysixteen/inc/template-tags.php
Lines:
1 to 7 of 7
function twentysixteen_category_transient_flusher() { if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) { return; } // Like, beat it. Dig? delete_transient( 'twentysixteen_categories' ); }