Astra_Ext_Model::__construct()

Construct


Description


Source

File: classes/class-astra-ext-model.php

	public function __construct() {

		if ( class_exists( 'Astra_Customizer' ) ) {
			$this->load_extensions();
		}
	}


User Contributed Notes

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