#18645 closed enhancement (maybelater)
add filter to wp_dropdown_users() in post_author_meta_box
Reported by: | jkudish | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3 |
Component: | Users | Keywords: | has-patch |
Focuses: | Cc: |
Description
In a use case where I don't want to show "authors" only in the author dropdown but want to be able to assign a post to any registered user, there is no way currently to filter the author's meta box. The proposed patch adds a filter on $who variable of the dropdown.
Attachments (3)
Change History (9)
#2
@
13 years ago
- Summary changed from add filter to wp_dropdown_users in post_author_meta_box_who to add filter to wp_dropdown_users() in post_author_meta_box
#3
@
13 years ago
I would unregister the meta box and re-register it with your own wp_dropdown_users() call.
Note: See
TracTickets for help on using
tickets.
*the $who, typo :)