wp.media.query multiple types
-
Is it possible (and how) to create js media collection using multiple (but not all) media types, for example ‘image’ and ‘video’?
For example:
if ( ! this.get('library') ) { this.set( 'library', wp.media.query( { type: 'image|video' } ) ); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp.media.query multiple types’ is closed to new replies.