widgets.php WordPress Action Hook
The widgets.php hook allows you to add extra fields to the widget form in the WordPress admin. This is useful for adding extra data to your widget, or for adding new fields to the default WordPress widgets.
do_action( 'widgets.php' ) #
Fires early when editing the widgets displayed in sidebars.