Astra_Ext_LifterLMS_Loader::controls_scripts()
Customizer Controls
Description
See also
- ‘astra-customizer-controls-js’: panel in parent theme
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',
Expand full source code Collapse full source code View on Trac