humanmade / authorship

A modern approach to author attribution in WordPress.
GNU General Public License v3.0
68 stars 7 forks source link

Basic template function #6

Closed johnbillion closed 3 years ago

johnbillion commented 3 years ago

Implement a basic template function that accepts a post object and returns array of WP_User objects related to the post. The taxonomy term that creates the connection between post and users is abstracted from and never seen by the user.