functions.php 191 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php // API so you don't have to use "new" if ( !function_exists( 'tlc_transient' ) ) { function tlc_transient( $key ) { $transient = new TLC_Transient( $key ); return $transient; } }