Where are transients stored?
-
I’m working with WordPress 5.7.2 on wordpress.com
Most of the posts seem to indicate transients are in the wp_options table. However, when I query the options table directly it does not show the transients.
To determine this, I’ve set a test transient with set_transient(“TESTING”,”TESTING); and it successfully is obtained with get_transient(“TESTING”), but nothing is shown in the wp_options table.
Is there another table for transients?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Where are transients stored?’ is closed to new replies.