customize_partial_render

customize_partial_render

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('customize_partial_render') is found 1 times:

  • /wp-includes/customize/class-wp-customize-partial.php line 246
    		 * @param WP_Customize_Partial $partial           WP_Customize_Setting instance.
    		 * @param array                $container_context Optional array of context data associated with
    		 *                                                the target container.
    		 */
    		$rendered = apply_filters( 'customize_partial_render', $rendered, $partial, $container_context );
    
    		/**
    		 * Filters partial rendering for a specific partial.
    		 *
    		 * The dynamic portion of the hook name, `$partial->ID` refers to the partial ID.
    		 *