apply_filters( 'widget_customizer_setting_args', array $args, string $id )

Filters the common arguments supplied when constructing a Customizer setting.


Description

Top ↑

See also


Top ↑

Parameters

$args array
Array of Customizer setting arguments.
$id string
Widget setting ID.

Top ↑

Source

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

return apply_filters( 'widget_customizer_setting_args', $args, $id );


Top ↑

Changelog

Changelog
Version Description
3.9.0 Introduced.

Top ↑

User Contributed Notes

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