Used By
Used By | Description |
---|---|
wp-includes/class-wp-customize-widgets.php: WP_Customize_Widgets::call_widget_update() | Finds and invokes the widget update and control callbacks. |
Retrieves the number of captured widget option updates.
(int) Number of updated options.
File: wp-includes/class-wp-customize-widgets.php
protected function count_captured_options() { return count( $this->_captured_options ); }
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/count_captured_options