Summery Summery
Filters the class used to construct partials.
Syntax Syntax
Description Description
Allow non-statically created partials to be constructed with custom WP_Customize_Partial subclass.
Parameters Parameters
- $partial_class
-
WP_Customize_Partial or a subclass.
- $partial_id
-
ID for dynamic partial.
- $partial_args
-
The arguments to the WP_Customize_Partial constructor.
Source Source
File: wp-includes/customize/class-wp-customize-selective-refresh.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |