Beispiel #1
0
 function __construct()
 {
     $this->homeController = HomeController::getSingleton();
     $this->createHomePostType();
     add_action('add_meta_boxes_' . self::HOME_POST_TYPE, array(&$this, 'addMetaBoxes'));
     add_action('save_post', array(&$this->homeController, 'save'));
 }