Support

Account

Home Forums General Issues Strings in the_field Reply To: Strings in the_field

  • Actually, ACF does not handle the %s and printf stuff internally.

    If we break it down to steps:

    1. Get your field value that contains %s
    2. Get the value to replace %s with
    3. call PHP pringf() function using the retrieved values