print_default_editor_scripts WordPress Action Hook
The print_default_editor_scripts hook is used to add custom editor scripts to the WordPress default editor. This hook is called by the wp_print_default_editor_scripts() function.
do_action( 'print_default_editor_scripts' ) #
Fires when the editor scripts are loaded for later initialization, after all scripts and settings are printed.