Delete expired transients.
Description
Deletes all expired transients. The multi-table delete syntax is used.
to delete the transient record from table a, and the corresponding.
transient_timeout record from table b.
Based on code inside core’s upgrade_network() function.
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |