Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Change “Product description” to “Product title” + ADD WORD

$
0
0

Replies: 1

Hello guys,

I am changed “Product description” to “Product title” with this code at functions.php file:

add_filter( 'woocommerce_product_description_heading', 'paulc_product_title' );
function paulc_product_title() {
	return get_the_title();
}

Now I want to add one word before “Product title” – for example product title is TOYOTA COROLLA and I want to add word CAR before TOYOTA COROLLA at product description. Any ideas how I can do it?

Peter


Viewing all articles
Browse latest Browse all 59525

Trending Articles