Exemplo n.º 1
0
 /**
  * Initialise the all admin related stuff
  */
 public function init()
 {
     // Load the plugin textdomain
     load_plugin_textdomain('boxzilla', null, basename($this->plugin->dir()) . '/languages');
     // action hooks
     $this->add_hooks();
     $this->run_migrations();
 }