akcjaod 6.8.0
wp_load_speculation_rules
Opis — z kodu źródłowego
Fires when speculation rules data is loaded, allowing to amend the rules.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$speculation_rules | \WP_Speculation_Rules | Object 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
}
// rejestracja funkcji zwrotnej
add_action( 'wp_load_speculation_rules', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii