apply_filters( 'customize_dynamic_setting_class', string $setting_class, string $setting_id, array $setting_args )

Allow non-statically created settings to be constructed with custom WP_Customize_Setting subclass.


Parameters

$setting_class string
WP_Customize_Setting or a subclass.
$setting_id string
ID for dynamic setting, usually coming from $_POST['customized'].
$setting_args array
WP_Customize_Setting or a subclass.

Top ↑

Source

File: wp-includes/class-wp-customize-manager.php. View all references

$setting_class = apply_filters( 'customize_dynamic_setting_class', $setting_class, $setting_id, $setting_args );


Top ↑

Changelog

Changelog
Version Description
4.2.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.