WP HOOKS
akcjaod 6.8.0

wp_load_speculation_rules

Args 1Plik wp-includes/speculative-loading.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires when speculation rules data is loaded, allowing to amend the rules.

Parametry

ParametrTypOpis
$speculation_rules\WP_Speculation_RulesObject representing the speculation rules to use.

Wywołanie

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

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

Popularne w tej kategorii