WP_Customize_Themes_Section::json(): array

In this article

Gets section parameters for JS.

Return

array Exported parameters.

Source

public function json() {
	$exported                = parent::json();
	$exported['action']      = $this->action;
	$exported['filter_type'] = $this->filter_type;

	return $exported;
}

Changelog

VersionDescription
4.9.0Introduced.

User Contributed Notes

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