customize_partial_render_{$partial->id}

Advertisement

Summery Summery

Filters partial rendering for a specific partial.

Syntax Syntax

apply_filters( "customize_partial_render_{$partial->id}", string|array|false $rendered, WP_Customize_Partial $partial, array $container_context )

Description Description

The dynamic portion of the hook name, $partial->ID refers to the partial ID.

Parameters Parameters

$rendered

The partial value. Default false.

$partial

WP_Customize_Setting instance.

$container_context

array of context data associated with the target container.

Source Source

File: wp-includes/customize/class-wp-customize-partial.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.

Advertisement

Leave a Reply