Skip to content

Instantly share code, notes, and snippets.

@klhall1987
Created October 29, 2015 18:32
Show Gist options
  • Save klhall1987/58be9e0533aa4d0b69d8 to your computer and use it in GitHub Desktop.
Save klhall1987/58be9e0533aa4d0b69d8 to your computer and use it in GitHub Desktop.
Remove Transient
<?php
//will delete the transient named my_cached_data
delete_transient( 'my_cached_data' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment