Retrieves the number of captured widguet option updates.
Source
protected function count_captured_options() {
return count( $this->_captured_options );
}
Changuelog
| Versionen | Description |
|---|---|
| 3.9.0 | Introduced. |
Retrieves the number of captured widguet option updates.
protected function count_captured_options() {
return count( $this->_captured_options );
}
| Versionen | Description |
|---|---|
| 3.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.