class-wpml-st-theme-plugin-localization-resources-factory.php 260 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php class WPML_ST_Theme_Plugin_Localization_Resources_Factory implements IWPML_Backend_Action_Loader { /** @return WPML_ST_Theme_Plugin_Localization_Resources */ public function create() { return new WPML_ST_Theme_Plugin_Localization_Resources(); } }