HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/shopire/inc/customizer/shopire-selective-partial.php
<?php
// shopire_hdr_top_contact_title
function shopire_hdr_top_contact_title_render_callback() {
	return get_theme_mod( 'shopire_hdr_top_contact_title' );
}

// shopire_hdr_btn_lbl
function shopire_hdr_btn_lbl_render_callback() {
	return get_theme_mod( 'shopire_hdr_btn_lbl' );
}

// shopire_hdr_bcat_ttl
function shopire_hdr_bcat_ttl_render_callback() {
	return get_theme_mod( 'shopire_hdr_bcat_ttl' );
}

// shopire_hdr_contact_ttl
function shopire_hdr_contact_ttl_render_callback() {
	return get_theme_mod( 'shopire_hdr_contact_ttl' );
}

// shopire_hdr_contact_txt
function shopire_hdr_contact_txt_render_callback() {
	return get_theme_mod( 'shopire_hdr_contact_txt' );
}

// shopire_footer_copyright_text
function shopire_footer_copyright_text_render_callback() {
	return get_theme_mod( 'shopire_footer_copyright_text' );
}