Support

Account

Home Forums Front-end Issues Display ACF fields that are modified by filters Reply To: Display ACF fields that are modified by filters

  • Yes, that’s the issue. I am using the filter to alter the choices and have dynamic selection based on custom post types. I save the choices as key : term for a select field

    However, when I try and use the get_post_meta and grab the key for the selected field, it’s unable to find the matching term since the original choice was filtered in dynamically.

    Does that make any additional since?