add_panel( 'businessmax_theme_option', array( 'title' => __( 'Businessmax Option','businessmax' ), 'priority' => 1, // Mixed with top-level-section hierarchy. ) ); /**genral option start**/ require_once(bussinessmax_Dir_Uri_functions.'/customizer/genral-option.php'); /**genral option end**/ /**social link start**/ require_once(bussinessmax_Dir_Uri_functions.'/customizer/social_links.php'); /**social link end**/ /**slider start**/ require_once(bussinessmax_Dir_Uri_functions.'/customizer/slider.php'); /**slider end**/ /**services start**/ require_once(bussinessmax_Dir_Uri_functions.'/customizer/services.php'); /**services end**/ /**callout start**/ require_once(bussinessmax_Dir_Uri_functions.'/customizer/callout.php'); /**callout end**/ /**footer_custom_link start**/ require_once(bussinessmax_Dir_Uri_functions.'/customizer/footer_custom_link.php'); /**footer_custom_link end**/ } function businessmax_sanitize_text( $input ) { return wp_kses_post( force_balance_tags( $input ) ); } function businessmax_sanitize_integer( $input ) { return (int)($input); } if ( ! class_exists( 'WP_Customize_Control' ) ) return NULL; class businessmax_setting_separate extends WP_Customize_Control { function render_content() { switch ( $this->type ) { default: case 'hr_tag' : echo '

' . esc_html( $this->label ) . '


'; break; } } } ?>