WP_Customize_Control::json(): array

In this article

Get the data to export to the client via JSON.

Return

array Array of parameters passed to the JavaScript.

Source

public function json() {
	$this->to_json();
	return $this->json;
}

Changelog

VersionDescription
4.1.0Introduced.

User Contributed Notes

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