wpseek.com
A WordPress-centric search engine for devs and theme authors



customize_partial_render_{$partial->id} › WordPress Filter Hooks

Since4.5.0
Deprecatedn/a
apply_filters( "customize_partial_render_{$partial->id}", $rendered, $partial, $container_context )
Parameters: (3)
  • () rendered The partial value. Default false.
    Required: Yes
  • () partial WP_Customize_Setting instance.
    Required: Yes
  • () container_context Optional array of context data associated with the target container.
    Required: Yes
Defined at:
Codex:

Filters partial rendering for a specific partial.

The dynamic portion of the hook name, `$partial->ID` refers to the partial ID.




Source

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