Changes between Initial Version and Version 1 of Ticket #37782, comment 6
- Timestamp:
- 09/24/2018 07:14:02 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37782, comment 6
initial v1 6 6 Sadly I had to create a `get_post_status` method instead of just using `_post_states` as it just echos and I needed to append. Was that the right approach? Or should I have updated it to simply use a param default `$echo = true`. 7 7 8 Also am going to revise I believe to use the posts__not_inarray on the original query rather than running a foreach to unset posts.8 Also am going to revise I believe to use the `posts__not_in` array on the original query rather than running a foreach to unset posts. 9 9 10 10 But thoughts on current direction appreciated.