Layered nab link filter for ML linking

This commit is contained in:
Manos Psychogyiopoulos 2012-08-30 15:24:55 +03:00
parent c5f18141d4
commit 5219b6187e
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class WooCommerce_Widget_Layered_Nav extends WP_Widget {
echo '<li ' . $class . '>';
echo ( $count > 0 || $option_is_set ) ? '<a href="' . $link . '">' : '<span>';
echo ( $count > 0 || $option_is_set ) ? '<a href="' . apply_filters( 'woocommerce_layered_nav_link', $link ) . '">' : '<span>';
echo $term->name;