• Resolved smartblogger

    (@weiqispace)


    I add this code snippet but invain.

    function disable_beaver_translation () {
    unload_textdomain (‘beaver-builder’);
    }
    add_action (‘init’, ‘disable_beaver_translation’, 900);

    I want to let beaver builder remain English.

    How to do that? My default language isn’t English.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey @weiqispace,

    It looks like one of our devs already replied to your post in our FB Group. 🙂

    For those that stumble upon this thread, you’ll want to use fl-builder as the text domain, hook it to the plugins_loaded action, and must be run inside a plugin.

    Ben

    • This reply was modified 2 years, 10 months ago by Ben Carlo.
    • This reply was modified 2 years, 10 months ago by Ben Carlo.
Viewing 1 replies (of 1 total)
  • The topic ‘How to disable translation?’ is closed to new replies.