You appear to be a bot. Output may be restricted
Description
Flush out the transients used in {@see twentyfifteen_categorized_blog()}.
Usage
twentyfifteen_category_transient_flusher();
Parameters
Returns
void
Source
File name: twentyfifteen/inc/template-tags.php
Lines:
1 to 4 of 4
function twentyfifteen_category_transient_flusher() { // Like, beat it. Dig? delete_transient( 'twentyfifteen_categories' ); }