class-wpml-media-usage-factory.php 140 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php class WPML_Media_Usage_Factory { public function create( $attachment_id ) { return new WPML_Media_Usage( $attachment_id ); } }