Can we change the hook firing sequence?
It’s a bit of a hack, but you could create a new member in your $plugin_admin_listings class that’s an array of post IDs published in this page cycle in your transition_post_status add the IDs to that array in save_meta_data as you save each post check if its ID is in the published_posts array and then … Read more