t.replace не является функцией (…)
Ниже приводится ошибка в вопросе, когда я проверяю console.log, и он прерывает его var map = L.map('map').setView([0, 0], 2); <?php $classesForCountries = []; if (have_posts()) : while (have_posts()) : the_post(); $classesForCountries[ get_field('country') ] += get_field('year') + ' '; endwhile; endif; ?> // Now this should look something like {"Australia": "2006 2010 "} var classNameMap = […]