Skip to content

Instantly share code, notes, and snippets.

@rainjeck
Last active December 10, 2020 17:27
Show Gist options
  • Save rainjeck/7e743f5948bb005e90f1905e90d0382e to your computer and use it in GitHub Desktop.
Save rainjeck/7e743f5948bb005e90f1905e90d0382e to your computer and use it in GitHub Desktop.
wpm-config.json (WP-Multilang). UNDERSCORE!
{
"post_types": {
"post_type_name": {}
},
"taxonomies": {
"tax_name": {}
},
"post_fields": {
"_genesis_title": {}, // The SEO Framework
"_genesis_description": {}, // The SEO Framework
"_open_graph_title": {}, // The SEO Framework
"_open_graph_description": {}, // The SEO Framework
"_twitter_title": {}, // The SEO Framework
"_twitter_description": {}, // The SEO Framework
"_custom_field_name": {},
"_custom_field_group_name": {
"wpm_each": {
"_custom_field_in_group": {}
}
}
},
"term_fields": {
"_custom_field_name": {},
"_custom_field_group_name": {
"wpm_each": {
"_custom_field_in_group": {}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment