WP_Customize_Themes_Section::json(): array

Gets section parameters for JS.


Return

array Exported parameters.


Top ↑

Source

File: wp-includes/customize/class-wp-customize-themes-section.php. View all references

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

	return $exported;
}


Top ↑

Changelog

Changelog
Version Description
4.9.0 Introduced.

Top ↑

User Contributed Notes

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