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.


Source

File: wp-includes/class-wp-editor.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.