Home › Forums › Backend Issues (wp-admin) › Display custom field value on edit page › Reply To: Display custom field value on edit page
There is an add on that I use for ACF https://wordpress.org/plugins/acf-enhanced-message-field/
It lets you add PHP directly to a message field. With it you can show images the way you want to do.
When it comes to the acf/load_field hook, while the documentation here is pretty simple and only covers dynamically generating choices, you can in fact change almost anything about a field settings with the exception of the field name, field key and field type.
You could theoretically change the “append” value of the field to dynamically display the image, but I’ve never tried this.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.