{post_type}_options
. Frontend usage example: get_field('my_field', 'page_options')
.tax_{taxonomy}_options
. Frontend usage example: get_field('my_field', 'tax_category_options')
.functions.php
file.group_xxxxxxxxx
file in your theme folder. This behavior is applied to avoid any data desynchonization.