sidebar_admin_setup WordPress Action Hook
The sidebar_admin_setup hook is called when the admin interface is being loaded for the first time. It allows you to add your own settings to the sidebar, and to modify the existing settings.
do_action( 'sidebar_admin_setup' ) #
Fires early before the Widgets administration screen loads, after scripts are enqueued.