get all images from the wordpress media library with link to the post they are associated with
get all images from the wordpress media library with link to the post they are associated with
get all images from the wordpress media library with link to the post they are associated with
Custom image sizes showing in Classic Editor only when upladed directly to post
Filter Media by attached page or blog post in Library
Larger preview thumbnails in Media Library
Remove duplicate media entries from mysql database
How to re-house images in uploads/YYYY/MM
WordPress not showing manually uploaded files in Uploads folder on Media Library
Change image data durgin upload
User media folder for each users on registration
I found this answer, it can be done like this: const state = this.state(); const selection = state.get( ‘selection’ ); selection.add({ url: ‘http://www2.cnrs.fr/sites/communique/image/mona_unvarnish_web_image.jpg’ }); Where this is an instance of wp.media.view.MediaFrame.Select Hope it helps someone!