wp-job-manager
Last commit date
assets
3 weeks ago
includes
3 weeks ago
languages
3 weeks ago
lib
4 weeks ago
templates
4 weeks ago
vendor
3 weeks ago
LICENSE
5 years ago
changelog.txt
3 weeks ago
readme.txt
2 weeks ago
uninstall.php
2 years ago
wp-job-manager-autoload.php
2 years ago
wp-job-manager-deprecated.php
2 years ago
wp-job-manager-functions.php
4 weeks ago
wp-job-manager-template.php
2 months ago
wp-job-manager.php
2 weeks ago
wpml-config.xml
2 years ago
wpml-config.xml
22 lines
| 1 | <wpml-config> |
| 2 | <custom-types> |
| 3 | <custom-type translate="1">job_listing</custom-type> |
| 4 | </custom-types> |
| 5 | <taxonomies> |
| 6 | <taxonomy translate="1">job_listing_type</taxonomy> |
| 7 | <taxonomy translate="1">job_listing_category</taxonomy> |
| 8 | </taxonomies> |
| 9 | <custom-fields> |
| 10 | <custom-field action="copy">_filled</custom-field> |
| 11 | <custom-field action="copy">_featured</custom-field> |
| 12 | <custom-field action="copy">_job_expires</custom-field> |
| 13 | <custom-field action="translate">_job_location</custom-field> |
| 14 | <custom-field action="translate">_application</custom-field> |
| 15 | <custom-field action="translate">_company_name</custom-field> |
| 16 | <custom-field action="translate">_company_website</custom-field> |
| 17 | <custom-field action="translate">_company_tagline</custom-field> |
| 18 | <custom-field action="copy">_company_twitter</custom-field> |
| 19 | <custom-field action="translate">_company_video</custom-field> |
| 20 | </custom-fields> |
| 21 | </wpml-config> |
| 22 |