Support

Account

Home Forums General Issues Trying to get group field with get_post_meta inside function.php Reply To: Trying to get group field with get_post_meta inside function.php

  • You can use ACF functions in the filters for admin columns, there is no reason to use get_post_meta().

    But if you want to use get_post_meta() then then meta key you need to use to get a sub field of a group is "{group_field_name}_{$sub_field_name}"