%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/woocommerce/
Upload File :
Create Path :
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/woocommerce/general.php

<?php
$section  = 'woo_general';
$priority = 1;

Kirki::add_field( 'thememove', array(
	'type'        => 'radio',
	'settings'    => 'woo_layout_category',
	'label'       => __( 'Category layout', 'tm-heli' ),
	'description' => __( 'Choose the category product page layout you want', 'tm-heli' ),
	'section'     => $section,
	'priority'    => $priority ++,
	'default'     => 'sidebar-content',
	'choices'     => array(
		'full-width'      => __( 'Full width', 'tm-heli' ),
		'content-sidebar' => __( 'Content - Sidebar', 'tm-heli' ),
		'sidebar-content' => __( 'Sidebar - Content', 'tm-heli' ),
	),
) );

Kirki::add_field( 'thememove', array(
	'type'        => 'radio',
	'settings'    => 'woo_layout_single_product',
	'label'       => __( 'Single layout', 'tm-heli' ),
	'description' => __( 'Choose the product page layout you want', 'tm-heli' ),
	'section'     => $section,
	'priority'    => $priority ++,
	'default'     => 'sidebar-content',
	'choices'     => array(
		'full-width'      => __( 'Full width', 'tm-heli' ),
		'content-sidebar' => __( 'Content - Sidebar', 'tm-heli' ),
		'sidebar-content' => __( 'Sidebar - Content', 'tm-heli' ),
	),
) );

Zerion Mini Shell 1.0