apply_filters( 'media_library_months_with_files', array|null )
Allows overriding the list of months displayed in the media library.
Description
By default (if this filter does not return an array), a query will be run to determine the months that have media items. This query can be expensive for large media libraries, so it may be desirable for sites to override this behavior.
Parameters
-
An array of objects with
month
andyear
properties, ornull
(or any other non-array value) for default behavior.
Source
File: wp-includes/media.php
Changelog
Version | Description |
---|---|
WP-4.7.4 | Introduced. |