akcjaod 3.9.0
ms_site_not_found
Opis — z kodu źródłowego
Fires when a network can be determined but a site cannot.
At the time of this action, the only recourse is to redirect somewhere and exit. If you want to declare a particular site, do so earlier.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$current_site | \WP_Network | The network that had been determined. |
$domain | string | The domain used to search for a site. |
$path | string | The path used to search for a site. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_action( 'ms_site_not_found', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_action( 'ms_site_not_found', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii