Filters partial rendering.
Parameters
$renderedstring|array|false- The partial value. Default false.
$partialWP_Customize_Partial- WP_Customize_Setting instance.
$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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.