Support

Account

Home Forums Gutenberg Add script with ACF fields to footer within custom block Reply To: Add script with ACF fields to footer within custom block

  • <?php

    $script = ‘var swiper = new Swiper(“.swiper”, {slidesPerView:’.get_field(”slides_per_view”.’});’;
    wp_add_inline_script(‘swiper’, $script)