Summery Summery
Filters a dynamic partial’s constructor arguments.
Syntax Syntax
Description Description
For a dynamic partial to be registered, this filter must be employed to override the default false value with an array of args to pass to the WP_Customize_Partial constructor.
Parameters Parameters
- $partial_args
-
The arguments to the WP_Customize_Partial constructor.
- $partial_id
-
ID for dynamic partial.
Source Source
File: wp-includes/customize/class-wp-customize-selective-refresh.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |