Support

Account

Home Forums General Issues How to change the Filter text "select taxonomy" to "Select city"? Reply To: How to change the Filter text "select taxonomy" to "Select city"?

  • Yes you are right ?>
    <script type=”text/javascript”>
    (function($) {

    jQuery(document).ready(function($) {
    var strNewString = $(‘.acf-relationship’).html().replace(/\Select taxonomy/g,’Filter Results’);
    $(‘.acf-relationship’).html(strNewString);
    });

    })(jQuery);
    </script>
    <?php

    }