Exemplo n.º 1
0
 public static function initInstance()
 {
     if (empty(self::$instance)) {
         self::$instance = new self();
     }
     return self::$instance;
 }
Exemplo n.º 2
0
<?php

require_once get_template_directory() . '/includes/core.php';
PhoenixTeam_Theme::initInstance();