customize_partial_render

过滤钩子
apply_filters( 'customize_partial_render', $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_render_partials_responsecustomize_partial_render_partial-idcustomize_render_partials_aftercustomize_render_partials_beforecustomize_dynamic_partial_args
相关方法
is_customize_preview_wp_customize_includewp_customize_urlwp_customize_support_scriptwp_admin_bar_rendersanitize_sql_orderby
引入
4.5.0
弃用
-

customize_partial_render是WordPress的一个过滤器,它允许开发者在Customizer中修改局部的数据。局部是模板的一部分,可以使用Customizer API动态地更新。

过滤部分渲染。

$rendered = apply_filters( 'customize_partial_render', $rendered, $partial, $container_context );

常见问题

FAQs
查看更多 >