Opened 8 years ago
Last modified 9 months ago
#39787 new enhancement
wp_list_authors can be optimize
Reported by: | alexufo | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.8 |
Component: | Users | Keywords: | has-patch dev-feedback has-unit-tests |
Focuses: | Cc: |
Description
May be i don't understand but look at this line
https://core.trac.wordpress.org/browser/tags/4.7/src/wp-includes/author-template.php#L392
392 $author = get_userdata( $author_id );
Why we should call get_userdata()
? At top we call $authors = get_users( $query_args );
and can return display_name and user_nicename in next foreach section without get_userdata()
.
And will be nice add filter by role. Because wp_list_authors means authors not subscribers or editors.
Attachments (1)
Change History (4)
This ticket was mentioned in PR #208 on WordPress/wordpress-develop by theskinnyghost.
5 years ago
#2
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/39787