Skip to content

Programmatically add data from Advanced Custom Fields to the Wordpress REST API

License

Notifications You must be signed in to change notification settings

WProbot/acf-fields-to-wp-rest-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACF Fields to REST API

Programmatically add data from Advanced Custom Fields to the Wordpress REST API

Simply install and activate the plugin. All existing and new ACF fields will be imported into the API.

Any ACF fields added to posts, pages or categories will appear in the API at the usual endpoints (eg: /wp-json/wp/v2/posts).

If you have custom post types or taxonomies and you have exposed them to the API using show_in_rest => true, any ACF fields will appear at their endpoints. For more info on exposing custom post types and taxonomies to the API read here.

Compatible with ACF v5.6.0

Changelog

v1.0 - 21.06.2017
Initial commit

v1.1 - 26.07.2017
Updates to namespace and function naming

About

Programmatically add data from Advanced Custom Fields to the Wordpress REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%