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