Select Page


Action inĀ brands_catalog (brands_by_name) shortcode and WooCommerce Brand Catalog (WooCommerce Brands by Name) widget after letter block.

Parameters

  1. letter – current letter
  2. atts – shortcode or widget attributes
  3. random_class – class for current widget or shortcode block

Usage

<?php
function change_brands_letter_after_brands ( $letter, $atts, $random_class ) {
//your code here
}

add_action( 'brands_letter_after_brands', 'change_brands_letter_after_brands', 10, 3 );
?>