WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about widget_categories_dropdown_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/widgets/class-wp-widget-categories.php apply_filters 91 /**
* Filters the arguments for the Categories widget drop-down.
*
* @since 2.8.0
* @since 4.9.0 Added the `$instance` parameter.
*
* @see wp_dropdown_categories()
*
* @param array $cat_args An array of Categories widget drop-down arguments.
* @param array $instance Array of settings for the current widget.
*/

Hook Parameters

Parameter Type Name Description
array $cat_args An array of Categories widget drop-down arguments.
array $instance Array of settings for the current widget.