media_library_infinite_scrolling WordPress Filter Hook
The media library infinite scrolling hook allows you to load more items into the media library without having to reload the page. This can be useful if you have a lot of items in your library and don't want to wait for the page to reload each time you want to view more.
apply_filters( 'media_library_infinite_scrolling', bool $infinite ) #
Filters whether the Media Library grid has infinite scrolling. Default false
.
Parameters
- $infinite
(bool)Whether the Media Library grid has infinite scrolling.
Source
File: wp-includes/media.php
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |