WP HOOKS
akcjadynamicznyod 4.6.0

admin_print_footer_scripts-{$hook_suffix}

Args 0Plik wp-admin/admin-footer.php

Opis — z kodu źródłowego

Prints scripts and data queued for the footer.

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_print_footer_scripts-{$hook_suffix}', 'twoja_funkcja' );

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

Popularne w tej kategorii