Created
October 29, 2015 18:32
-
-
Save klhall1987/58be9e0533aa4d0b69d8 to your computer and use it in GitHub Desktop.
Remove Transient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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