コード例 #1
0
ファイル: core.php プロジェクト: WillLin/CS-SC-Front-End
 public static function initInstance()
 {
     if (empty(self::$instance)) {
         self::$instance = new self();
     }
     return self::$instance;
 }
コード例 #2
0
ファイル: functions.php プロジェクト: WillLin/CS-SC-Front-End
<?php

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