コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->updatePost();
     $this->syncMenu();
     $this->sendResponse();
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->saveRedirect();
     $this->syncMenu();
     $this->sendResponse();
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->loopTaxonomies();
     $this->setResponse();
     $this->sendResponse();
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->updateUserMeta();
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->updateSync();
     $this->sendResponse();
 }