• Hello, this part of the code does not work anymore (it is placed in functions.php of the theme)

    function setBGMPMapLanguage($language){
    return ‘hr’;
    }
    add_filter( ‘bgmp_map-language’, ‘setBGMPMapLanguage’ );

    How to implement the new one

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

    (@iandunn)

    That filter is deprecated, but it should still work. The best one to use now, though, is bgmp_maps-api-url-parameters.

Viewing 1 replies (of 1 total)
  • The topic ‘Change the map language’ is closed to new replies.