Esempio n. 1
0
 /**
  * WordPress admin_init hook (runs after admin_menu has run)
  */
 function admin_init()
 {
     $this->settings->register();
 }