Summery Summery
Filters a widget’s settings before saving.
Syntax Syntax
Description Description
Returning false will effectively short-circuit the widget’s ability to update settings.
Parameters Parameters
- $instance
-
(array) The current widget instance's settings.
- $new_instance
-
(array) Array of new widget settings.
- $old_instance
-
(array) Array of old widget settings.
- $this
-
(WP_Widget) The current widget instance.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |