class-wpml-cache-terms-per-lang-factory.php 227 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php class WPML_Cache_Terms_Per_Lang_Factory implements IWPML_Backend_Action_Loader, IWPML_Frontend_Action_Loader { public function create() { global $sitepress; return new WPML_Cache_Terms_Per_Lang( $sitepress ); } }