filtrod 0.71
the_weekday_date
Opis — z kodu źródłowego
Filters the localized weekday of the post, for display.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$the_weekday_date | string | The weekday on which the post was written. |
$before | string | The HTML to output before the date. |
$after | string | The HTML to output after the date. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'the_weekday_date', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'the_weekday_date', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii