widget_categories_args

widget_categories_args

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('widget_categories_args') is found 1 times:

  • /wp-includes/widgets/class-wp-widget-categories.php line 139
    				 *
    				 * @param array $cat_args An array of Categories widget options.
    				 * @param array $instance Array of settings for the current widget.
    				 */
    				wp_list_categories( apply_filters( 'widget_categories_args', $cat_args, $instance ) );
    				?>
    			</ul>
    
    			<?php
    			if ( 'html5' === $format ) {
    				echo '</nav>';