add_setting( 'themotion_show_search', array( 'transport' => 'postMessage', 'sanitize_callback' => 'themotion_sanitize_checkbox', ) ); $wp_customize->add_control( 'themotion_show_search', array( 'type' => 'checkbox', 'label' => __( 'Hide search icon?', 'themotion' ), 'description' => __( 'If you check this box, the search icon will disappear from header.', 'themotion' ), 'section' => 'title_tagline', 'priority' => 1, ) ); }