Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/customize/class-wp-customize-partial.php | apply_filters | 260 | /** * Filters partial rendering for a specific partial. * * The dynamic portion of the hook name, `$partial->ID` refers to the partial ID. * * @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. */ |
Hook Parameters
Parameter 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 |