WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_partial_render

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/customize/class-wp-customize-partial.php apply_filters 246 /**
* 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.
*/

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