Astra_Ext_Spacing_Loader::__construct()

Constructor


Description


Source

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

		public function __construct() {

			add_filter( 'astra_theme_defaults', array( $this, 'theme_defaults' ) );
			add_action( 'customize_register', array( $this, 'new_customize_register' ), 2 );
			add_action( 'customize_preview_init', array( $this, 'preview_scripts' ) );

			add_action( 'body_class', array( $this, 'add_body_class' ) );

		}


User Contributed Notes

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