WP_Customize_Widgets::get_captured_options(): array

In this article

Retrieves captured widget option updates.

Return

array Array of captured options.

Source

protected function get_captured_options() {
	return $this->_captured_options;
}

Changelog

VersionDescription
3.9.0Introduced.

User Contributed Notes

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