wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



customize_partial_render › Les Filtres WordPress

Depuis4.5.0
Dépréciéen/a
apply_filters( 'customize_partial_render', $rendered, $partial, $container_context )
Paramètres: (3)
  • (string|array|false) $rendered The partial value. Default false.
    Requis: Oui
  • (WP_Customize_Partial) $partial WP_Customize_Setting instance.
    Requis: Oui
  • (array) $container_context Optional array of context data associated with the target container.
    Requis: Oui
Défini(e) dans:
Codex:

Filters partial rendering.





Source

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