Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
themes
/
zakra
/
inc
/
customizer
/
options
/
header-builder
/
Editing: socials.php
<?php $options = array( 'zakra_header_builder_social_heading' => array( 'type' => 'customind-accordion', 'title' => esc_html__( 'Social', 'zakra' ), 'section' => 'zakra_header_builder_socials', 'sub_controls' => apply_filters( 'zakra_header_builder_social_sub_controls', array( 'zakra_header_socials' => array( 'type' => 'customind-socials', 'title' => esc_html__( 'Social', 'zakra' ), 'section' => 'zakra_header_builder_socials', 'default' => array( array( 'id' => uniqid(), 'label' => 'facebook', 'url' => '#', 'icon' => 'fa-brands fa-facebook', ), array( 'id' => uniqid(), 'label' => 'twitter', 'url' => '#', 'icon' => 'fa-brands fa-x-twitter', ), array( 'id' => uniqid(), 'label' => 'instagram', 'url' => '#', 'icon' => 'fa-brands fa-square-instagram', ), ), ), ) ), 'collapsible' => apply_filters( 'zakra_header_builder_social_accordion_collapsible', false ), ), ); if ( ! zakra_is_zakra_pro_active() ) { $options['zakra_header_builder_social_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_header_builder_socials', 'priority' => 100, ); } zakra_customind()->add_controls( $options );
Save
Cancel