Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61604, comment 1


Ignore:
Timestamp:
07/09/2024 01:39:58 PM (5 months ago)
Author:
mi5t4n
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61604, comment 1

    initial v1  
    22
    33We 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
     5Above both have the advantage of querying the data with `WP_Query` and we can take the advantage of WP Object Cache as well.