Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor titodevera

    (@titodevera)

    Hi jonj1611,

    You can use the pwb_text_before_brands_links filter hook:

    
     /**
     *  Allows you to customize the text before brand links in single product page
     */
    add_filter('pwb_text_before_brands_links', function( $text ) {
    	return __( 'Brand', 'perfect-woocommerce-brands' );
    } );
    

    Regards

    Thread Starter jonj1611

    (@jonj1611)

    Thank you very much, appreciate the quick response 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Brands to Brand’ is closed to new replies.