print_default_editor_scripts хук-событие . WP 4.8.0
Fires when the editor scripts are loaded for later initialization, after all scripts and settings are printed.
Использование
add_action( 'print_default_editor_scripts', 'action_function_name_1225' ); function action_function_name_1225(){ // action... }
Список изменений
С версии 4.8.0 | Введена. |
Где вызывается хук
print_default_editor_scripts
wp-includes/class-wp-editor.php 1012
do_action( 'print_default_editor_scripts' );