load-widgets.php WordPress Action Hook
The load-widgets.php hook is one of the most important hooks in WordPress. It is called when the widgets are being loaded. This hook allows you to add your own custom widgets to the WordPress dashboard. You can also use this hook to modify the existing widgets.
do_action( 'load-widgets.php' ) #
Fires early when editing the widgets displayed in sidebars.