What is a transient?
A transient is a way of storing data in WordPress for temporary purposes – it’s often used for caching, for example. Transients can, optionally, be given an expiry timestamp, after which time they will be deleted.
How to use transients?
(more…)





