WP_Customize_Widgets::count_captured_options()
Retrieves the number of captured widget option updates.
Description Description
Return Return
(int) Number of updated options.
Source Source
File: wp-includes/class-wp-customize-widgets.php
protected function count_captured_options() {
return count( $this->_captured_options );
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |