Changes between Initial Version and Version 1 of Ticket #61604, comment 1
- Timestamp:
- 07/09/2024 01:39:58 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61604, comment 1
initial v1 2 2 3 3 We can use another way also, save the CPT with different `post_status` like `processing`. Once we do all the required processing, we change the CPT status to `publish`. 4 5 Above both have the advantage of querying the data with `WP_Query` and we can take the advantage of WP Object Cache as well.