%2$s', esc_url( admin_url( 'customize.php?autofocus[control]=bigbang_contact_subtitle' ) ), __( 'customizer', 'bigbang' ) ) ) ); } else { $bigbang_contact_subtitle = get_theme_mod( 'bigbang_contact_subtitle' ); } $bigbang_contact_title = get_theme_mod( 'bigbang_contact_title', esc_html__( 'Get in Touch', 'bigbang' ) ); $bigbang_contact_area_title = get_theme_mod( 'bigbang_contact_area_title', esc_html__( 'Contact Us', 'bigbang' ) ); $bigbang_contact_background = get_theme_mod( 'bigbang_contact_background', apply_filters( 'bigbang_contact_background_default', get_template_directory_uri() . '/assets/img/contact.jpg' ) ); if ( ! empty( $bigbang_contact_background ) ) { $section_style .= 'background-image: url(' . esc_url( $bigbang_contact_background ) . ');'; } $section_style = 'style="' . $section_style . '"'; /** * In case this function is called as shortcode, we remove the container and we add 'is-shortcode' class. */ $class_to_add = $is_shortcode === true ? 'is-shortcode' : ''; $class_to_add .= ! empty( $bigbang_contact_background ) ? 'section-image' : ''; bigbang_before_contact_section_trigger(); ?>
>
>

'; echo wp_kses_post( $bigbang_contact_content ); echo '
'; } ?>
>