filtrod 1.5.0
author_rewrite_rules
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
| Parametr | Typ | Opis |
|---|---|---|
$author_rewrite | string[] | 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
}
// rejestracja funkcji zwrotnej
add_filter( 'author_rewrite_rules', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii