mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-23 12:00:19 +08:00
* [APP-1512] add backend logic for remediation management * [APP-1512] add backend logic for remediation management * Update modules/remediation/database/remediation-entry.php Co-authored-by: gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com> * Update modules/remediation/rest/items.php Co-authored-by: gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com> * [APP-1512] add backend logic for remediation management * [APP-1512] add FE remediation management * [APP-1512] add FE remediation management * [APP-1512] add FE remediation management * [APP-1512] add FE remediation management * [APP-1512] add FE remediation management * [APP-1512] add FE remediation management * [APP-1512] add FE remediation management * [APP-1512] add FE remediation management --------- Co-authored-by: gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>
15 lines
816 B
JavaScript
15 lines
816 B
JavaScript
export const GOLINKS = {
|
|
UPGRADE_80: 'https://go.elementor.com/acc-80-quota',
|
|
UPGRADE_95: 'https://go.elementor.com/acc-95-quota',
|
|
UPGRADE_100: 'https://go.elementor.com/acc-100-quota',
|
|
SCREEN_READER_ICON: 'https://go.elementor.com/acc-screen-reader-icon',
|
|
SCREEN_READER_TOGGLE: 'https://go.elementor.com/acc-screen-reader-toggle',
|
|
ALLY_LABEL_ICON: 'https://go.elementor.com/acc-label-icon',
|
|
ALLY_LABEL_TOGGLE: 'https://go.elementor.com/acc-label-toggle',
|
|
ANALYTICS_POPUP: 'https://go.elementor.com/acc-stats-popup',
|
|
ADD_VISITS: 'https://go.elementor.com/acc-add-visits',
|
|
HELP: 'https://go.elementor.com/acc-main-help',
|
|
LEARN_MORE_STATEMENT: 'https://go.elementor.com/acc-statement-learn-more',
|
|
UPGRADE: 'https://go.elementor.com/acc-upgrade',
|
|
};
|
|
export const ELEMENTOR_URL = 'https://my.elementor.com';
|