• Hello
    I try to change the map language to Hebrew.
    I added this code to the function.php
    I’m using Version 1.10.7

    function setBGMPMapLanguage($language){
        return 'iw';
    }
    add_filter( 'bgmp_map-language', 'setBGMPMapLanguage' );

    This code didn’t do anything

Viewing 1 replies (of 1 total)
  • Plugin Author Ian Dunn

    (@iandunn)

    That code worked for me. Where did you place it? In an mu-plugin? Your theme’s functions.php? Somewhere else?

Viewing 1 replies (of 1 total)

The topic ‘Change the map language’ is closed to new replies.