'signify_' . $section_prefix . '_sub_title', 'sanitize_callback' => 'wp_kses_post', 'active_callback' => $active_callback, 'label' => esc_html__( 'Section Tagline', 'signify-corporate' ), 'section' => $section, 'type' => 'text', ) ); signify_register_option( $wp_customize, array( 'name' => 'signify_' . $section_prefix . '_title', 'sanitize_callback' => 'wp_kses_post', 'active_callback' => $active_callback, 'label' => esc_html__( 'Section Title', 'signify-corporate' ), 'section' => $section, 'type' => 'text', ) ); signify_register_option( $wp_customize, array( 'name' => 'signify_' . $section_prefix . '_description', 'sanitize_callback' => 'wp_kses_post', 'active_callback' => $active_callback, 'label' => esc_html__( 'Section Description', 'signify-corporate' ), 'section' => $section, 'type' => 'textarea', ) ); } if ( ! function_exists( 'signify_section_header' ) ) : /** * Display header of a section */ function signify_section_header( $tagline, $title, $description ) { if ( $title || $tagline || $description ) : ?>

urlencode( implode( '|', $fonts ) ), 'subset' => urlencode( $subsets ), ); if ( $fonts ) { $fonts_url = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' ); } return esc_url_raw( $fonts_url ); } /** * Include Promotion Headline */ require get_theme_file_path( 'inc/customizer/promotion-headline.php' ); /** * Include Team */ require get_theme_file_path( 'inc/customizer/team.php' );