customize_partial_render_{$partial->id}

过滤钩子
apply_filters( "customize_partial_render_{$partial->id}", $rendered, $partial, $container_context )
参数
  • (string|array|false) $rendered The partial value. Default false.
    Required:
  • (WP_Customize_Partial) $partial WP_Customize_Setting instance.
    Required:
  • (array) $container_context Optional array of context data associated with the target container.
    Required:
定义位置
相关勾子
customize_partial_rendercustomize_render_partials_aftercustomize_render_partials_beforecustomize_render_partials_responsecustomize_render_control
相关方法
customize_themes_print_templates_wp_customize_loader_settings_custom_logo_header_styleswp_customize_support_scriptis_customize_preview_wp_customize_include
引入
4.5.0
弃用
-

customize_partial_render_{$partial->id}是customize_partial_render过滤器的一个变种,专门针对一个特定的局部。钩子名称中的$partial->id参数指定了应用该过滤器的部分ID。

对特定的局部进行过滤渲染。

钩子名称的动态部分,$partial->ID指的是局部ID。

$rendered = apply_filters( "customize_partial_render_{$partial->id}", $rendered, $partial, $container_context );

常见问题

FAQs
查看更多 >