wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_modified_author › Filtr WordPress Hooks

Od2.8.0
Przestarzałyn/a
apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' )
Parametry:
  • (string) $display_name The author's display name, empty string if unknown.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the display name of the author who last edited the current post.





Źródło

return apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' );