add_section( 'animations_settings', array( 'title' => __( 'Animations', 'businessdex' ), 'panel' => 'settings_options' ) ); ////// Animations - Options businessdex_controller_info( 'animations_info', 'animations_settings', __( 'Animations Options', 'businessdex' ), __( '
This will add a fade in animation on elements when you scroll down.
', 'businessdex') ); businessdex_controller_checkbox( 'animations_enable', 'animations_settings', esc_html__( 'Enable Animations', 'businessdex' ), esc_html__( 'You can only preview this option on the live website, not in Customizer', 'businessdex' ), false );