Opened 2 years ago
Last modified 2 years ago
#52732 new defect (bug)
'get_posts' has been waiting for so long to have a hook
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Query | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
I reckon get_posts
is the most (frequently) used function across many plugins or scripts. I know there are internal WP_Query
hooks available, but that makes things harder to get into.
I think having hook on get_posts
will be very useful and easy for people / developers to remind & amend things easier.
patch attached.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi there, thanks for the patch!
Could you provide a use case that would be easier to achieve with this new filter than with the existing WP_Query filters, e.g.
pre_get_posts
,posts_results
,the_posts
, and others?