print_default_editor_scripts action-hook . WP 4.8.0
Fires when the editor scripts are loaded for later initialization, after all scripts and settings are printed.
Usage
add_action( 'print_default_editor_scripts', 'action_function_name_3095' ); function action_function_name_3095(){ // action... }
Changelog
Since 4.8.0 | Introduced. |
Where the hook is called
print_default_editor_scripts
wp-includes/class-wp-editor.php 1012
do_action( 'print_default_editor_scripts' );