filtrod 1.5.0
post_rewrite_rules
Opis — z kodu źródłowego
Filters rewrite rules used for "post" archives.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$post_rewrite | string[] | Array of rewrite rules for posts, keyed by their regex pattern. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'post_rewrite_rules', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'post_rewrite_rules', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii