class-wpml-media-attachment-by-url-query-factory.php 219 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php namespace WPML\Media\Factories; class WPML_Media_Attachment_By_URL_Query_Factory { public function create() { global $wpdb; return new \WPML\Media\Classes\WPML_Media_Attachment_By_URL_Query( $wpdb ); } }