apply_filters( 'widget_form_callback', array $instance, WP_Widget $widget )

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

File: wp-includes/class-wp-widget.php

View on Trac

Changelog

Version Description
2.8.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/widget_form_callback