WP HOOKS
akcjaod 2.8.0

permalink_structure_changed

Args 2Plik wp-includes/class-wp-rewrite.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires after the permalink structure is updated.

Parametry

ParametrTypOpis
$old_permalink_structurestringThe previous permalink structure.
$permalink_structurestringThe new permalink structure.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_action( 'permalink_structure_changed', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii