Astra_Pro_Customizer::json()

Add custom parameters to pass to the JS via JSON.


Description


Return

(string)


Source

File: inc/customizer/astra-pro/class-astra-pro-customizer.php

		public function json() {
			$json            = parent::json();
			$json['pro_url'] = esc_url_raw( $this->pro_url );
			return $json;
		}

Changelog

Changelog
Version Description
1.0.10 Introduced.

User Contributed Notes

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