How to make Media Library files private?
How to make Media Library files private?
How to make Media Library files private?
Is there any halfway decent documentation on the wp.media JS class?
Editing alt text in media library
in classic editor, is there a way to add media lib files to the content search when creating a link?
We have the fallback_intermediate_image_sizes filter within wp_generate_attachment_metadata(): ** * Filters the image sizes generated for non-image mime types. * * @since 4.7.0 * * @param string[] $fallback_sizes An array of image size names. * @param array $metadata Current attachment metadata. */ $fallback_sizes = apply_filters( ‘fallback_intermediate_image_sizes’, $fallback_sizes, $metadata ); where the default sizes are: $fallback_sizes = … Read more
You should use media_handle_sideload. Write your file out to the filesystem then use media_handle_sideload to process it in the same way any other upload is processed. Be sure to cleanup afterwards. See: https://developer.wordpress.org/reference/functions/media_handle_sideload/#comment-983 for an example
Using autocomplete with post_tag taxonomy on attachments
Is there a way to upscale a media library original image to the nearest whole pixel in WordPress?
How to filter the URL of thumbnail size in the Media Grid and admin pages
Remove Edit Attachment Button in WordPress Mediathek -> see Screenshot