Fires when the editor scripts are loaded for later initialization, after all scripts and settings are printed.
wp-includes/class-wp-editor.php:1023_WP_Editors::print_default_editor_scripts() /** * Fires when the editor scripts are loaded for later initialization, * after all scripts and settings are printed. * * @since 4.8.0 */ do_action( 'print_default_editor_scripts' ); self::wp_link_dialog(); } /** * Returns the TinyMCE locale.Introduced in 4.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.