forked from wp-seopress/wp-seopress-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wpml-config.xml
63 lines (63 loc) · 3.01 KB
/
wpml-config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<wpml-config>
<admin-texts>
<key name="seopress_titles_option_name">
<key name="seopress_titles_home_site_title"/>
<key name="seopress_titles_home_site_desc"/>
<key name="seopress_titles_single_titles">
<key name="*">
<key name="title"/>
<key name="description"/>
</key>
</key>
<key name="seopress_titles_archive_titles">
<key name="*">
<key name="title"/>
<key name="description"/>
</key>
</key>
<key name="seopress_titles_archives_author_title"/>
<key name="seopress_titles_archives_author_desc"/>
<key name="seopress_titles_archives_date_title"/>
<key name="seopress_titles_archives_date_desc"/>
<key name="seopress_titles_archives_search_title"/>
<key name="seopress_titles_archives_search_desc"/>
<key name="seopress_titles_archives_404_title"/>
<key name="seopress_titles_archives_404_desc"/>
<key name="seopress_titles_tax_titles">
<key name="*">
<key name="title"/>
<key name="description"/>
</key>
</key>
</key>
<key name="seopress_google_analytics_option_name">
<key name="seopress_google_analytics_ua"/>
<key name="seopress_google_analytics_opt_out_msg"/>
<key name="seopress_google_analytics_opt_out_msg_ok"/>
<key name="seopress_google_analytics_opt_out_msg_close"/>
<key name="seopress_google_analytics_opt_out_msg_edit"/>
</key>
</admin-texts>
<custom-fields>
<custom-field action="translate">_seopress_titles_title</custom-field>
<custom-field action="translate">_seopress_titles_desc</custom-field>
<custom-field action="translate">_seopress_robots_canonical</custom-field>
<custom-field action="copy">_seopress_robots_primary_cat</custom-field>
<custom-field action="translate">_seopress_robots_breadcrumbs</custom-field>
<custom-field action="translate">_seopress_social_fb_title</custom-field>
<custom-field action="translate">_seopress_social_fb_desc</custom-field>
<custom-field action="copy">_seopress_social_fb_img</custom-field>
<custom-field action="translate">_seopress_social_twitter_title</custom-field>
<custom-field action="translate">_seopress_social_twitter_desc</custom-field>
<custom-field action="copy">_seopress_social_twitter_img</custom-field>
<custom-field action="copy">_seopress_redirections_type</custom-field>
<custom-field action="translate">_seopress_redirections_value</custom-field>
<custom-field action="copy">_seopress_robots_index</custom-field>
<custom-field action="copy">_seopress_robots_follow</custom-field>
<custom-field action="copy">_seopress_robots_odp</custom-field>
<custom-field action="copy">_seopress_robots_imageindex</custom-field>
<custom-field action="copy">_seopress_robots_archive</custom-field>
<custom-field action="copy">_seopress_robots_snippet</custom-field>
<custom-field action="copy">_seopress_redirections_enabled</custom-field>
</custom-fields>
</wpml-config>