woocommerce_widget_layered_nav_term_anchor_text

woocommerce_widget_layered_nav_term_anchor_text

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.1.2

apply_filters('woocommerce_widget_layered_nav_term_anchor_text') is found 1 times:

  • /includes/widgets/class-wc-widget-layered-nav-filters.php line 99
    						 * @param string $taxonomy The taxonomy name.
    						 *
    						 * @since 8.8.0
    						 */
    						$anchor_text = apply_filters( 'woocommerce_widget_layered_nav_term_anchor_text', $term->name, $term, $taxonomy );
    						echo '<li class="' . esc_attr( implode( ' ', $filter_classes ) ) . '"><a rel="nofollow" aria-label="' . esc_attr__( 'Remove filter', 'woocommerce' ) . '" href="' . esc_url( $link ) . '">' . esc_html( $anchor_text ) . '</a></li>';
    					}
    				}
    			}
    
    			if ( $min_price ) {