PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
inc
<?php define( 'WPML_TM_FOLDER', 'tm' ); define( 'WPML_TM_URL', plugins_url( '', dirname( __FILE__ ) ) ); define( 'TP_MIGRATION_NOT_STARTED', 0 ); define( 'TP_MIGRATION_REQUESTED', 2 ); define( 'TP_MIGRATION_IN_PROGRESS', 3 ); define( 'TP_MIGRATION_WAITING_CONFIRMATION', 4 ); define( 'TP_MIGRATION_COMPLETED', 1 ); if ( ! defined( 'TRANSLATION_PROXY_XLIFF_VERSION' ) ) { define( 'TRANSLATION_PROXY_XLIFF_VERSION', '12' ); } if ( ! defined( 'WPML_XLIFF_TM_URL' ) ) { define( 'WPML_XLIFF_TM_URL', plugins_url( '', dirname( __FILE__ ) ) ); } if ( ! defined( 'WPML_XLIFF_TM_NEWLINES_REPLACE' ) ) { define( 'WPML_XLIFF_TM_NEWLINES_REPLACE', 1 ); } if ( ! defined( 'WPML_XLIFF_TM_NEWLINES_ORIGINAL' ) ) { define( 'WPML_XLIFF_TM_NEWLINES_ORIGINAL', 2 ); } if ( ! defined( 'WPML_XLIFF_DEFAULT_VERSION' ) ) { define( 'WPML_XLIFF_DEFAULT_VERSION', '12' ); } if ( ! defined( 'TA_URL_ENDPOINT' ) ) { define( 'TA_URL_ENDPOINT', 'https://www.icanlocalize.com' ); } if ( ! defined( 'TA_SCHEDULE_OCCURENCE' ) ) { define( 'TA_SCHEDULE_OCCURENCE', 'daily' ); } if ( ! defined( 'JSON_UNESCAPED_UNICODE' ) ) { define( 'JSON_UNESCAPED_UNICODE', 256 ); } if ( ! defined( 'JSON_UNESCAPED_SLASHES' ) ) { define( 'JSON_UNESCAPED_SLASHES', 64 ); } global $asian_languages; $asian_languages = array( 'ja', 'ko', 'zh-hans', 'zh-hant', 'mn', 'ne', 'hi', 'pa', 'ta', 'th' );
[-] constants.php
[edit]
[-] functions-helpers.php
[edit]
[-] functions-load.php
[edit]
[-] plugins-integration.php
[edit]
[-] functions-sanitation.php
[edit]
[-] lang-data.php
[edit]
[-] template-functions.php
[edit]
[-] import-xml.php
[edit]
[+]
utilities
[+]
absolute-links
[-] ajax.php
[edit]
[-] wpml-post-edit-ajax.class.php
[edit]
[-] functions-troubleshooting.php
[edit]
[-] hacks.php
[edit]
[-] functions-network.php
[edit]
[-] functions-security.php
[edit]
[-] cache.php
[edit]
[+]
tools
[-] wpml-private-actions.php
[edit]
[-] functions.php
[edit]
[+]
translation-jobs
[+]
hacks
[+]
wpml-config
[-] wpml-api.php
[edit]
[+]
local-translation
[-] wpml-private-filters.php
[edit]
[+]
translation-proxy
[-] wpml-private-actions-tm.php
[edit]
[+]
taxonomy-term-translation
[+]
setup
[-] wpml_zip.php
[edit]
[-] language-switcher.php
[edit]
[-] wpml-post-comments.class.php
[edit]
[+]
url-handling
[-] functions-load-tm.php
[edit]
[-] plugin-integration-nextgen.php
[edit]
[-] js-scripts.php
[edit]
[+]
query-filtering
[-] constants-tm.php
[edit]
[+]
translation-management
[-] js-tm-scripts.php
[edit]
[-] upgrade.php
[edit]
[+]
upgrade-functions
[+]
..
[-] icl-admin-notifier.php
[edit]
[-] not-compatible-plugins.php
[edit]
[-] deprecated-hooks.php
[edit]
[+]
actions
[-] functions-debug-information.php
[edit]
[+]
core
[+]
wp-nav-menus
[+]
post-translation
[-] wpml_load_request_handler.php
[edit]