-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Users: Make
wp_list_authors()
and wp_list_users()
filterable.
This commit adds three filters to customize the `wp_list_authors()` and `wp_list_users()` output: * `wp_list_authors_args`: Filters the query arguments for the list of all authors of the site. * `pre_wp_list_authors_post_counts_query`: Filters whether to short-circuit performing the query for author post counts. This may be useful to account for custom post types or post statuses. * `wp_list_users_args`: Filters the query arguments for the list of all users of the site. Follow-up to [979], [3848], [5135], [5727], [31653], [52064], [53486], [53501]. Props kevinB, wonderboymusic, DrewAPicture, Mte90, audrasjb, rafiahmedd, costdev, nacin, afercia, chetan200891, hellofromTonya, TimothyBlynJacobs, chaion07, SergeyBiryukov. Fixes #17025. Built from https://develop.svn.wordpress.org/trunk@54262 git-svn-id: https://core.svn.wordpress.org/trunk@53821 1a063a9b-81f0-0310-95a4-ce76da25c4cd
- Loading branch information
1 parent
691c5e3
commit a40a708
Showing
3 changed files
with
85 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters