Skip to content

Instantly share code, notes, and snippets.

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/f895537eaf168932abbe4f505998f36c to your computer and use it in GitHub Desktop.
Save mishterk/f895537eaf168932abbe4f505998f36c to your computer and use it in GitHub Desktop.
ACF Custom Database Tables plugin: Table definition JSON example for post type of 'post'
{
"name": "post_metadata",
"columns": [
"post_layout",
"read_time",
"show_stats"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment