add_section( 'footer_settings', array( 'title' => __( 'Footer', 'businessdex' ), 'panel' => 'settings_options' ) ); ////// Footer - Sidebars businessdex_controller_info( 'footer_sidebars_info', 'footer_settings', __( 'Footer sidebars', 'businessdex' ) ); businessdex_controller_checkbox( 'footer_sidebars_disable', 'footer_settings', esc_html__( 'Disable footer sidebars area', 'businessdex' ), '', false ); ////// Footer - Credits businessdex_controller_info( 'footer_credits_info', 'footer_settings', __( 'Footer credits', 'businessdex' ) ); businessdex_controller_checkbox( 'footer_credits_disable', 'footer_settings', esc_html__( 'Disable footer credits area', 'businessdex' ), '', false ); businessdex_controller_checkbox( 'footer_credits_logo_hide', 'footer_settings', esc_html__( 'Hide logo', 'businessdex' ), '', false ); businessdex_controller_txt_area( 'footer_credits_creds_line', 'footer_settings', esc_html__( 'Copyright line:', 'businessdex' ), esc_html__( 'You can use tags', 'businessdex' ), businessdex_return_copyright_templ(), '.footer-copyright', true, 'wp_kses_post' );