Open xitex opened 2 years ago
@xitex thanks for this report as well. I believe tags were working at one point, so we'll definitely want to look into this further and get it fixed up.
Experiencing the same issue, can this please be looked into? WP 6.2 + ACF 5.12.3.
hotfix based on this comment
on plugins/advanced-custom-fields/includes/rest-api/class-acf-rest-api.php
line 58
$base = $this->request->object_sub_type; // line 58
$base = ( 'post_tag' === $base ) ? 'tag' : $base; // add this line
Any chance this can get looked into? We're still having this issue, quite annoying.
same problem here, latest version ACF PRO
Same problem here, latest pro version too
ACF are not displayed on the tag endpoint, but they are present in the admin panel. Show in rest turned on. Thank you!