Changes between Initial Version and Version 1 of Ticket #17935, comment 1
- Timestamp:
- 06/29/11 20:12:27 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17935, comment 1
initial v1 1 1 get_posts() uses WP_Query, which calls all the filters you mentioned. 2 2 3 get_post() fetches a single post , so it doesn't make any sense for it to have those filters.3 get_post() fetches a single post directly, so it doesn't make any sense for it to have those filters. 4 4 5 5 You will have to find another way to achieve what you want.
