__( 'Video Format Fields', 'bittumb' ), 'post_type' => 'post', 'post_formats' => 'video' ) ); CSF::createSection( $prefix, array( 'fields' => array( array( 'id' => 'btm_video_link', 'type' => 'text', 'title' => __( 'Enter Youtube Video ID', 'bittumb' ), 'desc' => __( 'Just youtube video ID. Full link = https://www.youtube.com/watch?v=YE7VzlLtp-4','bittumb' ), 'placeholder' => 'YE7VzlLtp-4' ), ) ) ); }