ACF uses the meta API provided by WordPress, so we can use get_post_meta() to access the meta field on the default action that adds the custom fields to the API response.
https://github.com/csrui/wp-construct-plugin/blob/master/lib/ContentType/RestFieldsRegistry.php#L57
ACF uses the meta API provided by WordPress, so we can use
get_post_meta()to access the meta field on the default action that adds the custom fields to the API response.https://github.com/csrui/wp-construct-plugin/blob/master/lib/ContentType/RestFieldsRegistry.php#L57