WordPress v5.8 removed infinite scrolling by default from the Media Library when viewing in ‘grid view’.
Add this line to your functions file to reinstate it.
add_filter( 'media_library_infinite_scrolling', '__return_true' );
WordPress v5.8 removed infinite scrolling by default from the Media Library when viewing in ‘grid view’.
Add this line to your functions file to reinstate it.
add_filter( 'media_library_infinite_scrolling', '__return_true' );
0 people found this article useful
0 people found this article useful