Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1229479

    Hi,
    I Have this function running:

    function new_nolink(){
    $kriesi_at_backlink = “atendimento“;
    return $kriesi_at_backlink;

    How can I translate the word “atendimento” and the link to my secondary website language?

    Thanks!

    #1229642

    Hey Nerohm,

    Please change this line

    $kriesi_at_backlink = "atendimento";

    to

    
    $kriesi_at_backlink = __( 'atendimento', 'avia_framework' );
    

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.