Integrating WP-TLC-Transients with WordPress – Where to Begin?

  1. Place wherever your code can access
  2. Include tlc-transients.php during your plugin/theme load (or otherwise before init hook)
  3. Follow examples from readme for library’s API use

PS in [still not very common] case you are using Composer you can also just require markjaquith/wp-tlc-transients in composer.json.

Leave a Comment