Home › Forums › WoodMart support forum › How can i translate satic text › Reply To: How can i translate satic text
January 6, 2020 at 2:38 pm
#166531
Aizaz Imtiaz Awan
Keymaster
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.