Example #1
0
 /**
  * Admin initialization actions
  */
 public function admin_init()
 {
     $this->add_template($this->get_type() . '_item', array($this, 'item_template'));
     parent::admin_init();
 }