Ejemplo n.º 1
0
function dp_unregister_post_panel($class)
{
    DP_Post_Panel::unregister($class);
}
Ejemplo n.º 2
0
 function __construct()
 {
     $this->name = 'dp-video-settings';
     $this->title = __('Video Settings', 'dp');
     $this->post_types = array('post');
     parent::__construct();
 }