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



customize_render_partials_after › Les Actions WordPress

Depuis4.5.0
Dépréciéen/a
do_action( 'customize_render_partials_after', $this, $partials )
Paramètres: (2)
  • (WP_Customize_Selective_Refresh) $refresh Selective refresh component.
    Requis: Oui
  • (array) $partials Placements' context data for the partials rendered in the request. The array is keyed by partial ID, with each item being an array of the placements' context data.
    Requis: Oui
Défini(e) dans:
Codex:

Fires immediately after partials are rendered.

Plugins may do things like call wp_footer() to scrape scripts output and return them via the {@see 'customize_render_partials_response'} filter.





Source

do_action( 'customize_render_partials_after', $this, $partials );