wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



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

Da4.5.0
Deprecaton/a
apply_filters( "customize_partial_render_{$partial->id}", $rendered, $partial, $container_context )
Parametri: (3)
  • (string|array|false) $rendered The partial value. Default false.
    Richiesto:
  • (WP_Customize_Partial) $partial WP_Customize_Setting instance.
    Richiesto:
  • (array) $container_context Optional array of context data associated with the target container.
    Richiesto:
Definito a:
Codex:

Filters partial rendering for a specific partial.

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





Sorgenti

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