Namespace \PlusBusinessSoftware\Elementor\Widgets
Bestand: Plus_Subcategories_Widget.php
/**
* Allow filtering of the final HTML
*
* @filter plus_subcategories_category_html
* @param string $uitvoer The final HTML
* @param object $category A Term object for the WooCommerce product_category
* @param bool $first Boolean to indicate wether this is the first pass or not
* @return string The final HTML
*/
return apply_filters( 'plus_subcategories_category_html', $uitvoer, $category, $first );