customize_render_partials_before

最后更新于:2021-11-26 04:08:16

do_action( ‘customize_render_partials_before’, GC_Customize_Selective_Refresh $this, array $partials )

Fires immediately before partials are rendered.

参数

$this

(GC_Customize_Selective_Refresh)
Selective refresh component.

$partials

(array)
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.

源文件

文件: gc-includes/customize/class-gc-customize-selective-refresh.php

View on Trac