Astra_Ext_LifterLMS_Loader::controls_scripts()

Customizer Controls


Description

See also


Source

File: addons/lifterlms/classes/class-astra-ext-lifterlms-loader.php

						'switch_off' => 'off',
						'type'       => 'switch',
					);
				}
			}

			if ( Astra_Ext_Extension::is_active( 'sticky-header' ) ) {
				if ( $show_meta_field ) {
					$disable_fields[] = array(
						'attribute'  => 'header-above-stick-meta',
						'id'         => 'header-above-stick-meta',
						'label'      => esc_html__( 'Stick Above Header', 'astra-addon' ),
						'switch_on'  => 'on',
						'switch_off' => 'off',

User Contributed Notes

You must log in before being able to contribute a note or feedback.