add_section( 'header_top' , array( 'title' => __( 'Header Top', 'allx' ), 'priority' => 2, ) ); $wp_customize->add_setting( 'activate_header_top', array ( 'sanitize_callback' => 'allx__sanitize_checkbox', ) ); $wp_customize->add_control( new WP_Customize_Control( $wp_customize, 'activate_header_top', array( 'priority' => 1, 'label' => __( 'Deactivate Header Top', 'allx' ), 'section' => 'header_top', 'settings' => 'activate_header_top', 'type' => 'checkbox', ) ) ); $wp_customize->add_setting( 'header_email', array ( 'default' => 'email@myemail.com', 'sanitize_callback' => 'sanitize_text_field', ) ); $wp_customize->add_control( new WP_Customize_Control( $wp_customize, 'header_email', array( 'label' => __( 'E-mail', 'allx' ), 'priority' => 3, 'section' => 'header_top', 'settings' => 'header_email', 'type' => 'text', ) ) ); } /** * Search Top */ add_action( 'allx_header_search_top', 'allx_search_top' ); function allx_search_top() { if ( get_theme_mod( 'allx_header_search' ) ) { echo '