apply_filters(‘post_playlist’,string $output,array $attr,int $instance )

apply_filters( ‘post_playlist’, string $output, array $…

过滤播放列表输出。

Description

从过滤器中返回一个非空的值会使默认播放列表输出的生成短路,而返回传递的值。

Parameters

$output
(字符串)播放列表输出。默认为空。
$attr
(数组)短代码属性的数组。
$instance
(int)此播放列表短代码实例的唯一数字ID。

Source

档案:wp-includes / media.php

查看Trac

使用单位

使用单位 Description
wp-includes/media.php:wp_playlist_shortcode() 建立播放列表的短码输出。

Changelog

Version Description
4.2.0 在 $instance 中添加参数。
3.9.0 Introduced.

© 2003–2022 WordPress 基金会
根据GNU GPLv2+授权。
https://developer.wordpress.org/reference/hooks/post_playlist

类别:WordPress入门

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT