customize_partial_render_{$partial->id}

customize_partial_render_{$partial->id}

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('customize_partial_render_{$partial->id}') is found 1 times:

  • /wp-includes/customize/class-wp-customize-partial.php line 260
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
         * @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_{$partial->id}", $rendered, $partial, $container_context );
     
        return $rendered;
    }
     
    /**
     * Default callback used when invoking WP_Customize_Control::render().