public static function get_instance()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }
예제 #2
0
<?php

require_once 'class-itsec-wordpress-tweaks.php';
ITSEC_WordPress_Tweaks::deactivate();