Support

Account

Home Forums General Issues How to html encode a text field output when printed on page Reply To: How to html encode a text field output when printed on page

  • I’d use a simple PHP function

    urlencode();

    echo urlencode(get_field('s2p_release_title'));