/**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     add_action('init', array($this, 'deploy'), 98);
 }
예제 #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }