Using a wildcard with delete_transient()

Forgot I could go this route:

$wpdb->query( "DELETE FROM `$wpdb->options` WHERE `option_name` LIKE ('_transient_galleries_%')" );

Leave a Comment