| Current Path : /home/frekansk/www/wp-content/themes/turitor/components/theme/options/posts/ |
| Current File : /home/frekansk/www/wp-content/themes/turitor/components/theme/options/posts/ts-teams.php |
<?php if (!defined('ABSPATH')) die('Direct access forbidden.');
/**
* metabox options for pages
*/
$options = array(
'settings-page' => array(
'title' => esc_html__( 'Team settings', 'turitor' ),
'type' => 'box',
'priority' => 'high',
'options' => array(
'ts_team_designation' => array(
'type' => 'text',
'value' => '',
'label' => esc_html__('Team Designation', 'turitor'),
),
),
),
);