Edit File by line
/home/zeestwma/ceyloniy.../wp-conte.../plugins/extendif.../src
File: constants.js
// The linter plugin expects const DEFAULT_URLS to be defined here to ensure no localhost
[0] Fix | Delete
const DEFAULT_URLS = {
[1] Fix | Delete
AI_HOST: 'https://ai.extendify.com',
[2] Fix | Delete
PATTERNS_HOST: 'https://patterns.extendify.com',
[3] Fix | Delete
KB_HOST: 'https://kb.extendify.com',
[4] Fix | Delete
INSIGHTS_HOST: 'https://insights.extendify.com',
[5] Fix | Delete
IMAGES_HOST: 'https://images-resource.extendify.com',
[6] Fix | Delete
DASHBOARD_HOST: 'https://dashboard.extendify.com',
[7] Fix | Delete
};
[8] Fix | Delete
[9] Fix | Delete
export const { AI_HOST, PATTERNS_HOST, KB_HOST, INSIGHTS_HOST, IMAGES_HOST } =
[10] Fix | Delete
DEFAULT_URLS;
[11] Fix | Delete
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function