Remove Load More button from WordPress Media Library [WordPress 5.8]
Do it manually without a plugin
If you can customize your child theme files, you can enable infinity media loading without a plugin.
Goto your Child theme functions.php file and add the following code
add_filter( 'media_library_infinite_scrolling', '__return_true' );
This is ridiculous that a video was made to download a plugin for this.
Forget the plugin! Just add the following line to your functions.php file in your theme or child-theme:
add_filter( ‘media_library_infinite_scrolling’, ‘__return_true’ );
Hello Mike,
Thanks for your reply and Code Snippet.
Not everyone is comfortable with adding custom code in the functions.php file that’s why in this video I showed how they can do it very easily using a plugin.
Very heloful Tawfiqur, I was looking for something exactly like this.
Yes, very annoying if you have 100s, 1000s of images. This plugin solves that issue.
Thanks very much!
Cheers