Ejemplo n.º 1
0
 function clear_caches()
 {
     do_action('pl_reset_sections');
     pl_reset_pl_cache_key();
 }
Ejemplo n.º 2
0
function pl_cache_key()
{
    if ('' != get_theme_mod('pl_cache_key')) {
        return get_theme_mod('pl_cache_key');
    } else {
        return pl_reset_pl_cache_key();
    }
}