예제 #1
0
파일: engine.php 프로젝트: voomco/WordPress
 function clear_caches()
 {
     do_action('pl_reset_sections');
     pl_reset_pl_cache_key();
 }
예제 #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();
    }
}