Delay loading actions for publishing until Wordpress init #2
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If the cache misses, then I've delayed firing the administration functions until Wordpress's init hook. Now you can depend on plugins registering any custom posts before hooking onto their publishing (so that their publishing will invalidate the cache on the custom posts).