• Resolved Сергей

    (@lutyi28)


    Hello, tell me how to translate the words Choose in this plugin, Loco Translate translates this word but nothing changes on the front?

Viewing 1 replies (of 1 total)
  • Plugin Author EvelynWaugh

    (@wsjrcatarri)

    Hi, for Choose side you can you ev_pizza_add_side_button hook, for Choose Layer – ev_pizza_add_layer_button.

    For example:

    add_filter('ev_pizza_add_side_button', function() {
       return 'Your Button Name';
    });

Viewing 1 replies (of 1 total)
  • The topic ‘Translate’ is closed to new replies.