You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_transient_ in $wpdb->options for regular transients
_site_transient_ in $wpdb->options for site transients when not multisite
_site_transient_ in $wpdb->sitemeta for site transients when multisite
delete_expired() only handles case 1, delete_all() only case 1 and 2. Both should be updated to support all three cases by default as I don't think we should bother the user with the --network flag in this case.
Site transients are for example used for plugin/theme/available translations checks.