filtrod 5.5.0
strict_redirect_guess_404_permalink
Opis — z kodu źródłowego
Filters whether to perform a strict guess for a 404 redirect.
Returning a truthy value from the filter will redirect only exact post_name matches.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$strict_guess | bool | Whether to perform a strict guess. Default false (loose guess). |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'strict_redirect_guess_404_permalink', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'strict_redirect_guess_404_permalink', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii