Wordpress 钩子:customize_partial_render
文章目录
过滤部分渲染。
原型
apply_filters( 'customize_partial_render', string|array|false $rendered, WP_Customize_Partial $partial, array $container_context )
参数
$rendered
(string|array|false)
部分值。默认为false。
$partial
(WP_Customize_Partial)
WP_Customize_Setting实例。
$container_context
(array)
与目标容器关联的上下文数据的数组。
源文件
路径:wp-includes/customize/class-wp-customize-partial.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/customize_partial_render/
文章作者 iBllex
上次更新 2019-02-13