akcjadynamicznyod 2.8.0
admin_footer-{$hook_suffix}
Args 0Plik wp-admin/admin-footer.php
Opis — z kodu źródłowego
Prints scripts or data after the default footer scripts.
The dynamic portion of the hook name, $hook_suffix, refers to the global hook suffix of the current page.
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'admin_footer-{$hook_suffix}', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'admin_footer-{$hook_suffix}', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii