Astra_Ext_LifterLMS_Loader::__construct()
Constructor
Description
Source
File: addons/lifterlms/classes/class-astra-ext-lifterlms-loader.php
public function __construct() { add_filter( 'astra_theme_defaults', array( $this, 'theme_defaults' ) ); add_action( 'customize_register', array( $this, 'customize_register' ), 2 ); add_action( 'customize_preview_init', array( $this, 'preview_scripts' ) ); add_filter( 'astra_theme_lifterlms_settings', array( $this, 'register_builder_fields' ) ); add_action( 'admin_enqueue_scripts', array( $this, 'admin_scripts' ) ); }
Expand full source code Collapse full source code View on Trac