Summery Summery
Get section parameters for JS.
Syntax Syntax
Return Return
(array) Exported parameters.
Source Source
File: wp-includes/customize/class-wp-customize-themes-section.php
public function json() { $exported = parent::json(); $exported['action'] = $this->action; $exported['filter_type'] = $this->filter_type; return $exported; }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |