You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed private attachment thumbnails are not showing when the Media library is shown in (default) grid view. I've solved this on my own environment with the following snippet;
Heya!
I noticed private attachment thumbnails are not showing when the Media library is shown in (default) grid view. I've solved this on my own environment with the following snippet;
add_filter( 'wp_prepare_attachment_for_js', array( $this, 'prepare_js_attachments' ) );
Happy to provide a PR :)
The text was updated successfully, but these errors were encountered: