Beispiel #1
0
 public function pe_theme_metabox_config_service()
 {
     parent::pe_theme_metabox_config_service();
 }
 public function pe_theme_metabox_config_project()
 {
     parent::pe_theme_metabox_config_project();
     $galleryMbox = array("title" => __("Slider", 'Pixelentity Theme/Plugin'), "type" => "GalleryPost", "priority" => "core", "where" => array("post" => "gallery"), "content" => array("id" => PeGlobal::$const->gallery->id));
     PeGlobal::$config["metaboxes-project"] = array("gallery" => $galleryMbox, "video" => PeGlobal::$const->video->metaboxPost);
 }