????JFIF??x?x????'
Server IP : 104.21.80.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/themes/zakra/inc/customizer/options/content/ |
Upload File : |
<?php $options = apply_filters( 'zakra_post_meta_options', array( 'zakra_post_meta_heading' => array( 'type' => 'customind-accordion', 'title' => esc_html__( 'Meta', 'zakra' ), 'section' => 'zakra_meta', 'sub_controls' => apply_filters( 'zakra_post_meta_sub_controls', array( 'zakra_post_meta_style' => array( 'default' => 'style-1', 'type' => 'customind-radio-image', 'title' => esc_html__( 'Layout', 'zakra' ), 'section' => 'zakra_meta', 'choices' => array( 'style-1' => array( 'label' => '', 'url' => ZAKRA_PARENT_INC_ICON_URI . '/meta-style-one.svg', ), 'style-2' => array( 'label' => '', 'url' => ZAKRA_PARENT_INC_ICON_URI . '/meta-style-two.svg', ), ), 'columns' => 2, ), ) ), 'collapsible' => apply_filters( 'zakra_post_meta_accordion_collapsible', false ), ), ) ); if ( ! zakra_is_zakra_pro_active() ) { $options['zakra_meta_upgrade'] = array( 'type' => 'customind-upsell', 'description' => esc_html__( 'Unlock more features available in Pro version.', 'zakra' ), 'title' => esc_html__( 'Learn more', 'zakra' ), 'url' => esc_url( 'https://zakratheme.com/pricing/?utm_medium=dash-customizer-learn-more&utm_source=zakra-theme&utm_campaign=customizer-upgrade-button&utm_content=learn-more' ), 'section' => 'zakra_meta', 'priority' => 100, ); } zakra_customind()->add_controls( $options );