Skip to content

Instantly share code, notes, and snippets.

View oscb's full-sized avatar

Oscar Bazaldua oscb

View GitHub Profile
@oscb
oscb / WC_Widget_Layered_Nav_Categories.php
Last active May 20, 2024 21:37
Add Category Filters to Woocommerce Layered Nav
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Layered Navigation Widget extended to include Categories
*
* @author Oscar Bazaldua
* @category Widgets