admin_print_scripts-{$hook_suffix} WordPress Action Hook
This hook is called when printing scripts in the admin panel. It is useful for adding custom scripts or removing unwanted scripts.
do_action( "admin_print_scripts-{$hook_suffix}" ) #
Fires when scripts are printed for a specific admin page based on $hook_suffix.