Change product title on product page
-
Hello!
There is page: https://art-board.ru/shop/doska-magnitno-markernaya-nastennaya-derevyannye-serdechki/ +EPO plugin. I need to replace product title (woocommerce_template_single_title?) with content of EPO field (class=”tm-description”).
I tried this code: remove_action(‘woocommerce_shop_loop_item_title’,’woocommerce_template_loop_product_title’,10);
add_action(‘woocommerce_shop_loop_item_title’,’fun’,10);
function fun()
{ echo ‘Your Title for the product’;
}
But i don’t understand how it works, please help!
Hello,
Please contact the plugin support as this issue is not related to our theme. We do not know how this plugin works and thus cannot check and tell you if this code is correct
Best Regards