esc_html__( 'Image', 'businessdex' ), 'logo-text-type' => esc_html__( 'Text', 'businessdex' ), ) ), __( 'Logo type:', 'businessdex' ), __( 'Select whether to use a custom logo or your site title. If a logo is not selected, the text one is displayed.', 'businessdex' ), apply_filters( 'businessdex_option___logo_type_select_default', 'logo-text-type' ), false, 'sanitize_text_field', 5 ); // Show logo on scroll businessdex_controller_checkbox( 'sticky_logo', 'title_tagline', __( 'Sticky Logo', 'businessdex' ), __( 'Show logo on scroll? If you use this feature, the logo will show up if the menu is sticky on scroll', 'businessdex' ), apply_filters( 'businessdex_option___sticky_logo_default', false ), false, 'businessdex_sanitize_checkbox', 0 ); // Select logo type businessdex_controller_select( 'sticky_logo_height', 'title_tagline', apply_filters( 'businessdex_option___logo_type_select', array( '1.5em' => esc_html_x( '1.5', 'sticky logo size', 'businessdex' ), '2em' => esc_html_x( '2', 'sticky logo size', 'businessdex' ), '2.5em' => esc_html_x( '2.5', 'sticky logo size', 'businessdex' ), '3em' => esc_html_x( '3', 'sticky logo size', 'businessdex' ), '3.5em' => esc_html_x( '3.5', 'sticky logo size', 'businessdex' ), '4em' => esc_html_x( '4', 'sticky logo size', 'businessdex' ), ) ), __( 'Sticky Logo Height', 'businessdex' ), __( 'Logo height on scroll, works only if the above option is on and the logo is and image. The value is represented in EM units', 'businessdex' ), apply_filters( 'businessdex_option___sticky_logo_height_default', '2em' ), true, 'sanitize_text_field', 3 );