Exposes Advanced Custom Fields Endpoints in the WordPress REST API
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
See details on GitHub:https://github.com/airesvsg/acf-to-rest-api/
acf-to-rest-api
folder into your wp-content/plugins
folderACF to REST API
plugin via the plugin admin pagefix issue with ACF 5.12 ( https://github.com/airesvsg/acf-to-rest-api/issues/398 ) – Thanks to Jack Pallot
updating donation link
fix endpoint with field name – exemple: /wp-json/acf/v3/posts/{id}/{field-name}
fix vulnerabilities ( https://github.com/airesvsg/acf-to-rest-api/issues/317 ) – Thanks to Hoseta
moving class-acf-to-rest-api-settings.php to shared/include/admin/classes
adding donation notice
update tested up
fix indentation
removing unnecessary code
removing anonymous function
stable version
adding fallback to get_fields
changing default value to acf field setting
fix default params bug
more readable endpoints ( https://github.com/airesvsg/acf-to-rest-api/issues/46 ) – Thanks to Imaginet
change return when acf filed key is empty ( https://github.com/airesvsg/acf-to-rest-api/issues/48 ) – Thanks to Joris Verbogt
multiple custom options pages ( https://github.com/airesvsg/acf-to-rest-api/issues/85 ) – Thanks to Alex Patton
bugfix ACF key in taxonomy ( https://github.com/airesvsg/acf-to-rest-api/issues/43 ) – Thanks to Cesar Denis
depreacted filter acf/rest_api/type
depreacted filter acf/rest_api/types
depreacted filter acf/rest_api/default_rest_base
bugfix options page id
get specific field via endpoints
bugfix term endpoint
adding rest base support
adding new filter acf/rest_api/default_rest_base
bugfix when create a new item
removing unnecessary code
changing how to check dependencies
fixed error when you register new fields ( via php ) and try save them
error fixed when register a new post with acf fields
adding support for options page ( add-on )
Bugfix strict standards
New version of the plugin ACF to WP REST API
Changing name ACF to WP REST API > ACF to REST API