maybe this other similar question (with a good answer) can help you.
Change default screen option value for media items per page (in media library)
And the filter to use is :
function my_edit_media_per_page(){
$media_per_page = 200; //or whatever you want
return $media_per_page;
}
add_filter( 'upload_per_page', 'my_edit_media_per_page', 10, 3 );
Related Posts:
- Upload images to remote server
- How to delete resized (cropped) image uploads and prevent future resizing?
- Uploaded images don’t show in Media Library if there are special characters in IPTC Keywords
- WordPress function: limit size, only jpg, jpeg, limit of uploaded files per account
- Uploading images to Media Library fails with Memory Exhausted
- Edit image preview is not displayed
- Uploading images: ‘ø’ get replaced with ‘ø’
- Different upload path per file type
- HTTP Error when uploading files above 7mb unless using GD Image Editor
- wordpress media library shows empty images
- How to order images in a post in WordPress 3.3?
- Bulk edit of EXIF data for jpeg images uploaded in the media library?
- Is it possible to split Default WP Media directory to multiple Folder/Subdomain?
- Images uploaded to the media library has strange colors. However, in the edit screen the color is ok
- Change media URL (images)
- Uploaded images not displaying in network site
- Unable to upload images to the Media Library. Getting this erron on the console wp-admin/async-upload.php 403 (Forbidden)
- Images are not showing up in “Uploaded to this post”
- Create a post from every image in my media gallery
- Get images attached to a specific page
- Images don’t update after being edited
- Is there a way in WordPress to convert images to WebP without a plugin?
- Change Image folder Locations
- Some Images Disappeared from Media Library?
- How to change the value “uploaded to” in the media library (WordPress 4.0)
- WordPress append -1 to the image name
- Could creation of various image sizes cause slow form submission response?
- unsharp thumbnails after uploading image
- How to handle a lot of media files in the uploads folder? (+10.000)
- Broken images in media library
- Images are not getting uploaded
- Assign one featured image to multiple posts?
- Missing Images in Uploads Directory (Server Only)
- Broken Media Library
- Transfered live site to new server and images are not showing
- Limit files uploaded per folder
- My image rotate 90 degree
- How do I change a Themes Header Image?
- Media Library is not loading on grid view in admin panel
- Blurry Images WordPress 5.8.1
- My subdirectory sites images (except webP) are throwing to 404 page even they are exist
- What does WordPress media uploader do to image files on upload?
- Download an image from a webpage to the default uploads folder
- Allow contributor role to upload images and not edit already published articles
- Which filters or actions to use after a media upload and delete?
- Media Upload Folder – how to manage
- Why is wp_get_attachment_image_src not working with my custom size (add_image_size)
- Upload multiple images in a custom metabox
- hook into completed image upload filter
- How can I hide media library images from general users?
- Images uploading to wrong folder
- How to rename an image attachment filename using php
- Filter to modify post_title after image upload?
- Automatically Add Caption in image
- Import Images from one self-hosted WordPress install to another
- Rename image during upload using date and time stamp?
- Upload thousands of images to WordPress without plugin?
- Adding a querystring to an image URL when clicking ‘insert into post’?
- What’s the best “insert all images” plugin?
- Generating different dimension images while uploading image file from custom plugin page
- Image upload appearing as broken images following server move
- How to upload images in a specific folder using API
- AJAX – save an $_FILES picture in media library
- In Wordress one author can not see the other’s author uploaded images through media library
- Get image URL after image created from canvas and sent to WP uploads with AJAX
- How do I fix “Sorry, this file type is not permitted for security reasons”
- Searching for any images in media library displays “no media found”
- How to get file URL from media library
- How to implement secure frontend image upload? [closed]
- Change wp-content/uploads to uploads/%postname%/%image%
- Redirect to another page using contact form 7? [closed]
- Does wp_get_attachment_image_src also work with non-image files?
- Why does WP allow to view and media item as a page
- Rebuild thumbnails via WP Cli – how?
- Images not found after migrating WordPress website
- Error uploading images in wordpress
- Large image not showing dimensions in Media Library
- Capitilize Alt/Title Tag in Image HTML, Reorder HTML Output
- adding image to post thumbnail from another server
- Metabox image upload value
- How can i sorting and display image order by siz in media library?
- Media Library Cleanup A Thought Exercise
- Do I need to re-register all my images in the media library after a migration?
- Save media files (images) to database instead of the filesystem
- WordPress on IIS works except for image upload widget: Win 10 Pro
- Trouble with Uploading and Displaying Images
- WordPress Multisite: Images moved to /sites/1?
- still need help-images inside wp-content/ uploads/ are not showing up in my media library and uploaded using FTP protocol
- The image keep redirect to my previous URL after I moving my site
- Images uploaded via Gutenberg image block are cropped
- Redimension thumbnail crop without creating new images
- How to get attachements URL from author meta and display them?
- What is the best way to handle Ajax image upload on front end?
- 403 Forbidden when accessing image in wordpress
- How do I embed an image at actual size?
- Rename uploads filenames to POST-ID on upload
- Image media upload problem in page editing modus?
- What type to upload image within theme options?
- Why some images are not allowed to be edited only for thumbnails?
- Uncaught Error: Call to undefined function file_is_valid_image()