Action inĀ brands_catalog (brands_by_name) shortcode and WooCommerce Brand Catalog (WooCommerce Brands by Name) widget after letter block.
Parameters
- letter – current letter
- atts – shortcode or widget attributes
- 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 );
?>