Skip to content

Instantly share code, notes, and snippets.

@mishterk
Last active May 27, 2018 04:18
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/01b52962668f5af8ed7cd0d96126b39c to your computer and use it in GitHub Desktop.
Save mishterk/01b52962668f5af8ed7cd0d96126b39c to your computer and use it in GitHub Desktop.
ACF Custom Database Tables plugin: Table definition JSON structure
{
"name": "{custom_database_table_name}",
"relationship": "{post_type}",
"columns": [
"{acf_field_name_1}",
"{acf_field_name_1}",
"{acf_field_name_3}"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment