apply_filters( 'customize_dynamic_partial_class', string $partial_class, string $partial_id, array $partial_args )

Filters the class used to construct partials.

Description

Allow non-statically created partials to be constructed with custom WP_Customize_Partial subclass.

Parameters

$partial_class

(string) WP_Customize_Partial or a subclass.

$partial_id

(string) ID for dynamic partial.

$partial_args

(array) The arguments to the WP_Customize_Partial constructor.

Source

File: wp-includes/customize/class-wp-customize-selective-refresh.php

View on Trac

Changelog

Version Description
4.5.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/customize_dynamic_partial_class