示例#1
0
文件: panel.php 项目: alphadc/xiuxing
function dp_unregister_post_panel($class)
{
    DP_Post_Panel::unregister($class);
}
示例#2
0
文件: admin.php 项目: alphadc/xiuxing
 function __construct()
 {
     $this->name = 'dp-video-settings';
     $this->title = __('Video Settings', 'dp');
     $this->post_types = array('post');
     parent::__construct();
 }