Support

Account

Home Forums ACF PRO Convert uploaded image to base64 value Reply To: Convert uploaded image to base64 value

  • You would need to use another field to store the converted value.

    I would not use an ACF field, I would simply use a standard WP meta field that is not viewable or editable by the user. I would create an acf/save_post action that converted the image and used update_post_meta() and get_post_meta() to deal with the value.