WP_Customize_Widgets::get_captured_optionsprotectedWP 3.9.0

Retrieves captured widget option updates.

Method of the class: WP_Customize_Widgets{}

No Hooks.

Returns

Array. Array of captured options.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_captured_options();

Changelog

Since 3.9.0 Introduced.

WP_Customize_Widgets::get_captured_options() code WP 7.0.2

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