WP_Customize_Widgets::get_captured_options(): array

Retrieves captured widget option updates.


Return

array Array of captured options.


Top ↑

Source

File: wp-includes/class-wp-customize-widgets.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.9.0 Introduced.

Top ↑

User Contributed Notes

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