Support

Account

Home Forums Bug Reports Repeater fields should never return a string Reply To: Repeater fields should never return a string

  • Hi @emrl

    Thanks for suggesting this.

    get_field() is a diverse function. For instance, you may want to hide empty fields in your template using conditionals and this could be why get_field() returns null or false if a field does not contain any values.