/**
  * Run the loader to execute all of the hooks with WordPress.
  *
  * @since    1.0.0
  */
 public function run()
 {
     if (isset($_POST['download'])) {
         $this->generateExport();
     } else {
         $this->loader->run();
     }
 }
 /**
  * Run the loader to execute all of the hooks with WordPress.
  *
  * @since    1.0.0
  */
 public function run()
 {
     $this->loader->run();
 }
Esempio n. 3
0
 /**
  * Run the loader to execute all of the hooks with WordPress.
  *
  * @since    1.0.0
  */
 public function run()
 {
     $this->loader->run();
     //[foobar]
 }