Ejemplo n.º 1
0
 /**
  * Initialize the Village Static class variables. If this isn't happening, nothing is.
  */
 public static function init()
 {
     self::$theme = sanitize_title(strtolower(get_template()));
     self::$theme_options_key = '_options';
     self::$key = apply_filters('village_theme_key', self::$theme . self::$theme_options_key);
 }