AddMediaDataToTranslationPackageFactory.php 243 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php namespace WPML\MediaTranslation; class AddMediaDataToTranslationPackageFactory implements \IWPML_Backend_Action_Loader { public function create() { return new AddMediaDataToTranslationPackage( new PostWithMediaFilesFactory() ); } }