Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/customizer/top-bar/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/customizer/top-bar/general.php

<?php
$section  = 'top_bar';
$priority = 1;
$prefix   = 'top_bar_';

Maxcoach_Kirki::add_field( 'theme', array(
	'type'     => 'radio-buttonset',
	'settings' => 'global_top_bar',
	'label'    => esc_html__( 'Default Top Bar', 'maxcoach' ),
	'section'  => $section,
	'priority' => $priority++,
	'default'  => 'none',
	'choices'  => Maxcoach_Top_Bar::instance()->get_list(),
) );