Ruxiio
Results
1
issues of
Ruxiio
I have added the below filter to the functions.php file as covered in https://github.com/airesvsg/acf-to-rest-api/issues/254: ``` // Enable the option show in rest add_filter( 'acf/rest_api/field_settings/show_in_rest', '__return_true' ); ``` I still can...