Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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