过滤特定部分的部分渲染。
原型
apply_filters( "customize_partial_render_{$partial->id}", string|array|false $rendered, WP_Customize_Partial $partial, array $container_context )
描述
钩子名称的动态部分$ partial-> ID指的是部分ID。
参数
$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_partial-id/