LAYERS_THEME_TITLE . __( ': Options' , 'layerswp' ), 'description' => __( '' , 'layerswp' ), // @TODO 'position' => 'normal', 'custom-meta' => array( 'media' => array( 'title' => __( 'Rich Media' , 'layerswp' ), 'elements' => array( 'video-url' => array( 'label' => __( 'Video URL' , 'layerswp' ), 'description' => __( 'For use with oEmbed supported media' , 'layerswp' ), 'type' => 'text', ) ) ) ) ); // Page Meta we just emulate the post meta $custom_meta['page'] = $custom_meta['post']; return apply_filters( 'layers_custom_meta', $custom_meta ); } }