filtrod 2.8.0
the_modified_author
Opis — z kodu źródłowego
Filters the display name of the author who last edited the current post.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$display_name | string | The author's display name, empty string if user is unavailable. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'the_modified_author', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'the_modified_author', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii