class-st-theme-plugin-hooks-factory.php 243 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php class WPML_ST_Theme_Plugin_Hooks_Factory implements IWPML_Backend_Action_Loader { /** * @return WPML_ST_Theme_Plugin_Hooks */ public function create() { return new WPML_ST_Theme_Plugin_Hooks( new WPML_ST_File_Hashing() ); } }