W3cubDocs

/WordPress

WP_Customize_Widgets::get_captured_options()

Retrieves captured widget option updates.

Return

(array) Array of captured options.

Source

File: wp-includes/class-wp-customize-widgets.php

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

Changelog

Version Description
3.9.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_widgets/get_captured_options