I need to do some job in Wordpress. I managed to add fee to checkout
$woocommerce->cart->add_fee( 'thebestcompany_service', $fee, true, 'standard' );
That's great. I managed to create a plugin. That's great. I managed to translate my plugin with Loco translate. That's great.
But I do not now where to translate the fee thebestcompany_service
.
There is no such string in the plugin translation, in theme translation or woocommerce plugin translation. Please help.