media_library_show_video_playlist WordPress Filter Hook

The media_library_show_video_playlist hook is used to display a playlist of videos from the media library. This hook is useful for displaying a list of videos for a user to watch. The playlist can be displayed in the order of the user's choice, or it can be automatically generated based on the user's viewing habits. The media_library_show_video_playlist hook allows you to customize the playlist to match your website's design. You can choose to display the playlist in a grid or list layout, and you can also select which video player to use. If you're looking for a way to display a playlist of videos on your WordPress site, then the media_library_show_video_playlist hook is a great option.

apply_filters( 'media_library_show_video_playlist', bool|null $show ) #

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


Description

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.


Top ↑

Parameters

$show

(bool|null)Whether to show the button, or null to decide based on whether any video files exist in the media library.


Top ↑

Source

File: wp-includes/media.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.8.0The filter's default value is true rather than null.
4.7.4Introduced.

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