AnyWareX Clone Translate

Clone and duplicate posts and pages into multiple languages with clean URL prefixes and a lightweight workflow.

2 database tables

Table NameDescriptionMethod
wp_awxct_languagesStores awxct languages data created by this plugin.Static
wp_awxct_translationsStores awxct translations data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:awxctOption key:awxct_default_languageOption key:awxct_json_configOption key:awxct_licenseOption key:awxct_license_expireOption key:awxct_license_keyOption key:awxct_license_planOption key:awxct_license_statusOption key:awxct_seo_aliasesOption key:awxct_switcher_custom_cssOption key:awxct_switcher_label_styleOption key:awxct_switcher_positionOption key:awxct_version
wp_postmeta
Post meta