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