PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
media-translation
<?php namespace WPML\MediaTranslation; class MediaAttachmentByUrlFactory { public function create( $url, $language ) { global $wpdb; return new MediaAttachmentByUrl( $wpdb, $url, $language ); } }
[-] 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]