Exemplo n.º 1
0
 public static function remove_cache($post_id, $tag = false, array $args = array())
 {
     TFCache::remove_cache($tag, $post_id, $args);
 }