wpml-tm-email-twig-template-factory.php 244 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php class WPML_TM_Email_Twig_Template_Factory { /** @return WPML_Twig_Template */ public function create() { $loader = new WPML_Twig_Template_Loader( array( WPML_TM_PATH . '/templates/emails/' ) ); return $loader->get_template(); } }