Description
Filters the arguments for the Categories widget.
Occurrences
Filename | Line Number |
---|---|
wp-includes/widgets/class-wp-widget-categories.php | 139 |
Parameters
Type | Name | Description |
---|---|---|
array | $cat_args | An array of Categories widget options. |
array | $instance | Array of settings for the current widget. |
PHP Doc
/**
* Filters the arguments for the Categories widget.
*
* @since 2.8.0
* @since 4.9.0 Added the `$instance` parameter.
*
* @param array $cat_args An array of Categories widget options.
* @param array $instance Array of settings for the current widget.
*/