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

Filters partial rendering.


Parameters

$rendered string|array|false
The partial value. Default false.
$partial WP_Customize_Partial
$container_context array
Optional array of context data associated with the target container.

Top ↑

Source

File: wp-includes/customize/class-wp-customize-partial.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.5.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.