Adding the following line to my child theme’s functions.php worked for me:
add_filter( 'media_library_infinite_scrolling', '__return_true' );
I obtained this solution from the following url
- netpressionist answered 9 months ago
- last edited 8 months ago
- You must login to post comments
Your Answer