wp transient delete <key>
Deletes a transient value
Arguments
Name | Description |
---|---|
key | Key for the transient |
Options
Name | Description |
---|---|
--network | Delete the value of a network|site transient. On single site, this is is a specially-named cache key. On multisite, this is a global cache (instead of local to the site) |
--all | Delete all transients |
--expired | Delete all expired transients |