WP HOOKS
filtrod 1.5.0

author_rewrite_rules

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

Opis — z kodu źródłowego

Filters rewrite rules used for author archives.

Likely author archives would include /author/author-name/, as well as pagination and feed paths for author archives.

Parametry

ParametrTypOpis
$author_rewritestring[]Array of rewrite rules for author archives, keyed by their regex pattern.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'author_rewrite_rules', 'twoja_funkcja' );

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

Popularne w tej kategorii