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



customize_partial_render › WordPress Filter Hooks

Seit4.5.0
Veraltetn/v
apply_filters( 'customize_partial_render', $rendered, $partial, $container_context )
Parameter: (3)
  • (string|array|false) $rendered The partial value. Default false.
    Erforderlich: Ja
  • (WP_Customize_Partial) $partial WP_Customize_Setting instance.
    Erforderlich: Ja
  • (array) $container_context Optional array of context data associated with the target container.
    Erforderlich: Ja
Definiert in:
Codex:

Filters partial rendering.





Quellcode

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