Current File : /home/kelaby89/topflowroofingplumbing.com.au/wp-content/plugins/homlane-plugin/metabox/team.php |
<?php
return array(
'title' => 'Homlane Team Setting',
'id' => 'homlane_meta_team',
'icon' => 'el el-cogs',
'position' => 'normal',
'priority' => 'core',
'post_types' => array( 'team' ),
'sections' => array(
array(
'id' => 'homlane_team_meta_setting',
'fields' => array(
array(
'id' => 'designation',
'type' => 'text',
'title' => esc_html__( 'Designation', 'homlane' ),
),
array(
'id' => 'team_link',
'type' => 'text',
'title' => esc_html__( 'Enter Link Here', 'homlane' ),
),
array(
'id' => 'social_profile',
'type' => 'social_media',
'title' => esc_html__( 'Social Profiles', 'homlane' ),
),
),
),
),
);