public function __construct()
 {
     parent::__construct();
     $this->updatePost();
     $this->syncMenu();
     $this->sendResponse();
 }
 public function __construct()
 {
     parent::__construct();
     $this->saveRedirect();
     $this->syncMenu();
     $this->sendResponse();
 }
 public function __construct()
 {
     parent::__construct();
     $this->loopTaxonomies();
     $this->setResponse();
     $this->sendResponse();
 }
 public function __construct()
 {
     parent::__construct();
     $this->updateUserMeta();
 }
 public function __construct()
 {
     parent::__construct();
     $this->updateSync();
     $this->sendResponse();
 }