/
home
/
rekodeb
/
cocoon
/
wp-content
/
themes
/
ergocraft
/
vamtam
/
options
/
core
/
Upload File
HOME
<?php /** * Controls attached to core sections * * @package vamtam/ergocraft */ return array( array( 'label' => esc_html__( 'Header Logo Type', 'ergocraft' ), 'id' => 'header-logo-type', 'type' => 'switch', 'transport' => 'postMessage', 'section' => 'title_tagline', 'choices' => array( 'image' => esc_html__( 'Image', 'ergocraft' ), 'site-title' => esc_html__( 'Site Title', 'ergocraft' ), ), 'priority' => 8, ), array( 'label' => esc_html__( 'Single Product Image Zoom', 'ergocraft' ), 'id' => 'wc-product-gallery-zoom', 'type' => 'switch', 'transport' => 'postMessage', 'section' => 'woocommerce_product_images', 'choices' => array( 'enabled' => esc_html__( 'Enabled', 'ergocraft' ), 'disabled' => esc_html__( 'Disabled', 'ergocraft' ), ), // 'active_callback' => 'vamtam_extra_features', ), );