W3cubDocs

/WordPress

apply_filters( ‘customize_partial_render’, string|array|false $rendered, WP_Customize_Partial $partial, array $container_context )

Filters partial rendering.

Parameters

$renderedstring|array|false
The partial value. Default false.
$partialWP_Customize_Partial
$container_contextarray
Optional array of context data associated with the target container.

Source

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

Changelog

Version Description
4.5.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/customize_partial_render