WP_Customize_Widgets::count_captured_options(): int In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the number of captured widget option updates. Return int Number of updated options. Source protected function count_captured_options() { return count( $this->_captured_options ); } View all references View on Trac View on GitHub Related Used byDescriptionWP_Customize_Widgets::call_widget_update()wp-includes/class-wp-customize-widgets.phpFinds and invokes the widget update and control callbacks. Changelog VersionDescription3.9.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.