class-wpml-media-attachment-image-update-factory.php 266 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php /** * Class WPML_Media_Attachment_Image_Update_Factory */ class WPML_Media_Attachment_Image_Update_Factory implements IWPML_Backend_Action_Loader { public function create() { global $wpdb; return new WPML_Media_Attachment_Image_Update( $wpdb ); } }