D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
www
/
vimlagroups.in
/
wp-content
/
plugins
/
lebuild-plugin
/
metabox
/
Filename :
event.php
back
Copy
<?php return array( 'title' => 'Lebuild Evant Setting', 'id' => 'lebuild_meta_event', 'icon' => 'el el-cogs', 'position' => 'normal', 'priority' => 'core', 'post_types' => array( 'tribe_events' ), 'sections' => array( array( 'id' => 'lebuild_event_meta_setting', 'fields' => array( array( 'id' => 'video', 'type' => 'text', 'title' => esc_html__( 'Video Link', 'lebuild' ), ), ), ), ), );