WP_Customize_Sidebar_Section::json(): array In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Gather the parameters passed to client JavaScript via JSON. Return array The array to be exported to the client as JSON. Source public function json() { $json = parent::json(); $json['sidebarId'] = $this->sidebar_id; return $json; } View all references View on Trac View on GitHub Related UsesDescriptionWP_Customize_Section::json()wp-includes/class-wp-customize-section.phpGather the parameters passed to client JavaScript via JSON. Changelog VersionDescription4.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.