wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



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

Seit4.5.0
Veraltetn/v
apply_filters( "customize_partial_render_{$partial->id}", $rendered, $partial, $container_context )
Parameter: (3)
  • () rendered The partial value. Default false.
    Erforderlich: Ja
  • () partial WP_Customize_Setting instance.
    Erforderlich: Ja
  • () container_context Optional array of context data associated with the target container.
    Erforderlich: Ja
Definiert in:
Codex:

Filters partial rendering for a specific partial.

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




Quellcode

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