remove-Load-More-button-from-wordpress-media-library

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

3 Comments

  1. 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’ );

    1. 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.

      1. 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