Filters the widget instance’s settings before displaying the control form.
Description
Returning false effectively short-circuits display of the control form.
Parameters
$instance
array- The current widget instance’s settings.
$widget
WP_Widget- The current widget instance.
Source
$instance = apply_filters( 'widget_form_callback', $instance, $this );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.