WP HOOKS
akcjaod 4.8.0

print_default_editor_scripts

Args 0Plik wp-includes/class-wp-editor.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires when the editor scripts are loaded for later initialization, after all scripts and settings are printed.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'print_default_editor_scripts', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}