class-wpml-tm-api-hooks-factory.php 226 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php class WPML_TM_API_Hooks_Factory implements IWPML_Backend_Action_Loader, IWPML_Frontend_Action_Loader { public function create() { $hooks = array(); $hooks[] = new WPML_TM_API_Hook_Links(); return $hooks; } }