/**
  * Run the loader to execute all of the hooks with WordPress.
  *
  * @since  0.1.0
  */
 public function run()
 {
     $this->loader->run();
 }