first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class WPML_Media_Usage_Factory {
|
||||
|
||||
public function create( $attachment_id ) {
|
||||
return new WPML_Media_Usage( $attachment_id );
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user