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.


Top ↑

Source

File: wp-includes/media.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More