PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
themes
/
astra
/
inc
/
customizer
/
configurations
/
builder
/
header
/
configs
<?php /** * Social Header Configuration. * * @package Astra * @link https://wpastra.com/ * @since 4.5.2 */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Register social header builder Customizer Configurations. * * @param array $configurations Astra Customizer Configurations. * @since 4.5.2 * @return array Astra Customizer Configurations with updated configurations. */ function astra_header_social_configuration( $configurations = array() ) { $_configs = Astra_Social_Icon_Component_Configs::register_configuration( $configurations, 'header', 'section-hb-social-icons-' ); if ( Astra_Builder_Customizer::astra_collect_customizer_builder_data() ) { array_map( 'astra_save_header_customizer_configs', $_configs ); } return $_configs; } if ( Astra_Builder_Customizer::astra_collect_customizer_builder_data() ) { add_action( 'init', 'astra_header_social_configuration', 10, 0 ); }
[+]
..
[-] mobile-menu.php
[edit]
[-] account.php
[edit]
[-] header-builder.php
[edit]
[-] primary-header.php
[edit]
[-] off-canvas.php
[edit]
[-] above-header.php
[edit]
[-] social.php
[edit]
[-] woo-cart.php
[edit]
[-] button.php
[edit]
[-] site-identity.php
[edit]
[-] edd-cart.php
[edit]
[-] below-header.php
[edit]
[-] menu.php
[edit]
[-] mobile-trigger.php
[edit]
[-] header-widget.php
[edit]
[-] html.php
[edit]
[-] search.php
[edit]