Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/widgets/class-wp-widget-categories.php | apply_filters | 140 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $cat_args | An array of Categories widget options. |
array | $instance | Array of settings for the current widget. |