wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



media_library_show_video_playlist › WordPress Filter Hooks

Seit4.8.0
Veraltetn/v
apply_filters( 'media_library_show_video_playlist', true )
Parameter:
  • () show Whether to show the button, or `null` to decide based on whether any video files exist in the media library.
    Erforderlich: Ja
Definiert in:
Codex:

Allows showing or hiding the "Create Video Playlist" button in the media library.

By default, the "Create Video Playlist" button will always be shown in the media library. If this filter returns `null`, a query will be run to determine whether the media library contains any video items. This was the default behavior prior to version 4.8.0, but this query is expensive for large media libraries.




Quellcode

$show_video_playlist = apply_filters( 'media_library_show_video_playlist', true );