Description
Filters partial rendering.
Occurrences
Filename | Line Number |
---|---|
wp-includes/customize/class-wp-customize-partial.php | 246 |
Parameters
Type | Name | Description |
---|---|---|
string|array|false | $rendered | The partial value. Default false. |
WP_Customize_Partial | $partial | WP_Customize_Setting instance. |
array | $container_context | Optional array of context data associated with the target container. |
PHP Doc
/**
* Filters partial rendering.
*
* @since 4.5.0
*
* @param string|array|false $rendered The partial value. Default false.
* @param WP_Customize_Partial $partial WP_Customize_Setting instance.
* @param array $container_context Optional array of context data associated with
* the target container.
*/