[ad_1]
public_html/wp-content/plugins/brands-for-woocommerce/addons/show_brands/show_brands_include.phpSearch and Find–> Product Page > “options” => array( ” line 178
add array below code this
array("value" => "test123", "text" => __( 'BEFORE TİTLE', 'brands-for-woocommerce' )),And search “ $product_display_brand = array( ” line 259
add array below code this
'test123' => array(
'woocommerce_single_product_summary' => 1,
),Go to plugin Product Page –> Brand Position –> you will see “BEFORE TİTLE“
