WP HOOKS
filtrod 5.5.0

strict_redirect_guess_404_permalink

Args 1Plik wp-includes/canonical.phpDokumentacja WP ↗

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

ParametrTypOpis
$strict_guessboolWhether 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
}

Popularne w tej kategorii