PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
media-translation
<?php namespace WPML\MediaTranslation; class PostWithMediaFilesFactory { public function create( $post_id ) { global $sitepress, $iclTranslationManagement; return new PostWithMediaFiles( $post_id, new MediaImgParse(), new MediaAttachmentByUrlFactory(), $sitepress, new \WPML_Custom_Field_Setting_Factory( $iclTranslationManagement ) ); } }
[-] AddMediaDataToTranslationPackageFactory.php
[edit]
[-] MediaAttachmentByUrl.php
[edit]
[-] MediaSettings.php
[edit]
[-] MediaTranslationEditorLayoutFactory.php
[edit]
[-] MediaCaptionTagsParse.php
[edit]
[-] MediaAttachmentByUrlFactory.php
[edit]
[-] MediaImgParse.php
[edit]
[+]
..
[-] PostWithMediaFilesFactory.php
[edit]
[-] PostWithMediaFiles.php
[edit]
[-] MediaCaption.php
[edit]
[-] AddMediaDataToTranslationPackage.php
[edit]
[-] MediaTranslationEditorLayout.php
[edit]