Skip to content

Instantly share code, notes, and snippets.

@mishterk
Created February 20, 2018 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mishterk/67b6bfc1d87d6b9edebe3df914e38c75 to your computer and use it in GitHub Desktop.
Save mishterk/67b6bfc1d87d6b9edebe3df914e38c75 to your computer and use it in GitHub Desktop.
ACF Custom Database Tables plugin: Table definition JSON example for user type
{
"name": "user_metadata",
"relationship": "user",
"columns": [
"profession",
"age",
"sex",
"is_member",
"instagram_url"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment