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; }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.0.10 | Introduced. |