akcjaod 4.8.0
print_default_editor_scripts
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
}
// rejestracja funkcji zwrotnej
add_action( 'print_default_editor_scripts', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}