customize_partial_render

最后更新于:2021-11-26 04:06:08

apply_filters( ‘customize_partial_render’, string|array|false $rendered, GC_Customize_Partial $partial, array $container_context )

Filters partial rendering.

参数

$rendered

(string|array|false)
The partial value. Default false.

$partial

(GC_Customize_Partial)
GC_Customize_Setting instance.

$container_context

(array)
array of context data associated with the target container.

源文件

文件: gc-includes/customize/class-gc-customize-partial.php

View on Trac