Wordpress 钩子:use_default_gallery_style
文章目录
过滤是否打印默认图库样式。
原型
apply_filters( 'use_default_gallery_style', bool $print )
参数
$print
(bool)
是否打印默认的图库样式。如果主题支持HTML5库,则默认为false。否则,默认为true。
源文件
路径:wp-includes/media.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/use_default_gallery_style/
文章作者 iBllex
上次更新 2019-02-13