Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20316, comment 25


Ignore:
Timestamp:
05/14/2013 03:57:05 PM (12 years ago)
Author:
dartiss
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20316, comment 25

    initial v1  
    33
    44I totally agree. I was using a simple selection of the transient by SQL in my plugin but using delete_transient to then remove them - amongst other things this isn't very efficient at removing large numbers of un-housekeep transients. I'm coding a change this week to replace it with a single SQL to achieve it.
    5 
    6 David.