Output template for WC Brands plugin

Hi,

In file wp-content/plugins/woocommerce-brands/classes/class-wc-brands.php (line 595) WC Brands sets HTML output:

echo get_brands( $post->ID, ‘, ‘, ‘ ‘ . sprintf( _n( ‘%1$s: ‘, ‘%2$s: ‘, $brand_count ), $labels->singular_name, $labels->name ), ‘‘ );

Unfortunately not every Theme has the same output.

If there were a template, each user could modify output according the requirements of the Theme.

Thanks

Author

Current Status

Open

Last updated: February 10, 2017

0 comments

Log in to comment on this feature request.