wordpress / latest / hooks / media_library_infinite_scrolling.html

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. View all references

$infinite_scrolling = apply_filters( 'media_library_infinite_scrolling', false );

Used By

Used By Description

Changelog

Version Description
5.8.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/media_library_infinite_scrolling