Where can I find custom field meta_key?
-
I’m using this plugin in conjunction with Advanced Custom Field.
Based on the instructions: “Custom fields can be added using [custom_field:field_key] where field_key is the meta_key of your custom field.” Where can I find that key?
Looking at the source code in ACF, I found
<div class="field field_type-image field_key-field_54fddf7af8484 form_open" data-type="image" data-id="field_54fddf7af8484">
So I tried [custom_field:field_54fddf7af8484] but nothing happens. I also tried [post_thumb], which works, but that’s not the image I want.Thanks.
- The topic ‘Where can I find custom field meta_key?’ is closed to new replies.