media_library_months_with_files

最后更新于:2021-11-27 07:25:13

apply_filters( ‘media_library_months_with_files’, array|null $months )

Allows overriding the list of months displayed in the media library.

参数

$months

(array|null)
An array of objects with month and year properties, or null (or any other non-array value) for default behavior.

源文件

文件: gc-includes/media.php

View on Trac