Function:
mp_core_category_transient_flusher()
Purpose:
This function flushes the transient used by the mp_core_categorized_blog() function when a post is saved or a category is edited.
Overview:
This function is hooked into the “edit_category” and “save_post” actions in WordPress so that the transient (“all_the_cool_cats”) used to check if the blog has more than 1 category is refreshed and can be re-checked.
Usage:
This function is automatically hooked and activated by the MP Core plugin when the Theme Specific Scripts have been activated.
Returns:
Void.