Home Forums WoodMart support forum How can i translate satic text Reply To: How can i translate satic text

#166531

Hello,

Sorry you can not add the custom string inside the loco translate plugin. But you can use the code like this:

$tabs[‘ficha-tecnica’] = array( ‘title’ => __( ‘técnica’, ‘woodmart’ ), ‘priority’ => 20, ‘callback’ => ‘get_custom_product_tab_content’ );

Best Regards.