-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwpml-config.xml
More file actions
20 lines (20 loc) · 642 Bytes
/
wpml-config.xml
File metadata and controls
20 lines (20 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<wpml-config>
<custom-fields>
<custom-field action="copy-once">_recipe_settings</custom-field>
</custom-fields>
<custom-types>
<custom-type translate="1">cp_recipe</custom-type>
</custom-types>
<taxonomies>
<taxonomy translate="1">cp_recipe_category</taxonomy>
</taxonomies>
<admin-texts>
<key name="cooked_settings">
<key name="permalinks">
<key name="recipe_permalink" />
<key name="recipe_author_permalink" />
<key name="recipe_category_permalink" />
</key>
</key>
</admin-texts>
</wpml-config>