woocommerce_product_categories_widget_args

woocommerce_product_categories_widget_args

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_categories_widget_args') is found 1 times:

  • /includes/widgets/class-wc-widget-product-categories.php line 294
    			$list_args['max_depth']                  = $max_depth;
    
    			echo '<ul class="product-categories">';
    
    			wp_list_categories( apply_filters( 'woocommerce_product_categories_widget_args', $list_args ) );
    
    			echo '</ul>';
    		}
    
    		$this->widget_end( $args );
    	}