WP HOOKS
akcjaod 3.6.0

heartbeat_nopriv_tick

Args 2Plik wp-admin/includes/ajax-actions.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires when Heartbeat ticks in no-privilege environments.

Allows the transport to be easily replaced with long-polling.

Parametry

ParametrTypOpis
$responsearrayThe no-priv Heartbeat response.
$screen_idstringThe screen ID.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_action( 'heartbeat_nopriv_tick', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii