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