Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @arvinaliari

    Replace hurryt_timer_hours_label with hurryt_12345_campaign_timer_hours_label where 12345 is the campaign ID.

    Best,
    Nabil

    Hi @nlemsieh,

    Is the following solution still valid?

    // change 999 with your campaign ID
    add_filter('hurryt_999_campaign_timer_days_label'
    , function($days_label){
    
    // translate $days_label here;
    $days_label = 'días';
    
    return $days_label;
    });
    
    // apply the same filter for other labels:
    hurryt_999_campaign_timer_hours_label
    hurryt_999_campaign_timer_minutes_label
    hurryt_999_campaign_timer_seconds_label

    It is not working for me.

    Thanks!

    • This reply was modified 4 years, 6 months ago by diegocanal.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Translate Days, Hrs, Mins, Secs’ is closed to new replies.