widget_categories_args

widget_categories_args

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('widget_categories_args') is found 1 times:

  • /wp-includes/widgets/class-wp-widget-categories.php line 139
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
         *
         * @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>';