Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/leadin/scripts/constant...
File: leadinConfig.ts
interface KeyStringObject {
[0] Fix | Delete
[key: string]: string;
[1] Fix | Delete
}
[2] Fix | Delete
[3] Fix | Delete
export type ContentEmbedDetails = {
[4] Fix | Delete
activated: boolean;
[5] Fix | Delete
installed: boolean;
[6] Fix | Delete
canActivate: boolean;
[7] Fix | Delete
canInstall: boolean;
[8] Fix | Delete
nonce: string;
[9] Fix | Delete
};
[10] Fix | Delete
[11] Fix | Delete
export interface LeadinConfig {
[12] Fix | Delete
accountName: string;
[13] Fix | Delete
adminUrl: string;
[14] Fix | Delete
activationTime: string;
[15] Fix | Delete
connectionStatus?: 'Connected' | 'NotConnected';
[16] Fix | Delete
deviceId: string;
[17] Fix | Delete
didDisconnect: '1' | '0';
[18] Fix | Delete
env: string;
[19] Fix | Delete
formsScript: string;
[20] Fix | Delete
meetingsScript: string;
[21] Fix | Delete
formsScriptPayload: string;
[22] Fix | Delete
hublet: string;
[23] Fix | Delete
hubspotBaseUrl: string;
[24] Fix | Delete
hubspotNonce: string;
[25] Fix | Delete
iframeUrl: string;
[26] Fix | Delete
impactLink?: string;
[27] Fix | Delete
lastAuthorizeTime: string;
[28] Fix | Delete
lastDeauthorizeTime: string;
[29] Fix | Delete
lastDisconnectTime: string;
[30] Fix | Delete
leadinPluginVersion: string;
[31] Fix | Delete
leadinQueryParams: KeyStringObject;
[32] Fix | Delete
loginUrl: string;
[33] Fix | Delete
locale: string;
[34] Fix | Delete
phpVersion: string;
[35] Fix | Delete
pluginPath: string;
[36] Fix | Delete
plugins: KeyStringObject;
[37] Fix | Delete
portalDomain: string;
[38] Fix | Delete
portalEmail: string;
[39] Fix | Delete
portalId: number;
[40] Fix | Delete
redirectNonce: string;
[41] Fix | Delete
restNonce: string;
[42] Fix | Delete
restUrl: string;
[43] Fix | Delete
reviewSkippedDate: string;
[44] Fix | Delete
refreshToken?: string;
[45] Fix | Delete
theme: string;
[46] Fix | Delete
trackConsent?: boolean | string;
[47] Fix | Delete
wpVersion: string;
[48] Fix | Delete
contentEmbed: ContentEmbedDetails;
[49] Fix | Delete
requiresContentEmbedScope?: boolean;
[50] Fix | Delete
decryptError?: string;
[51] Fix | Delete
}
[52] Fix | Delete
[53] Fix | Delete
const {
[54] Fix | Delete
accountName,
[55] Fix | Delete
adminUrl,
[56] Fix | Delete
activationTime,
[57] Fix | Delete
connectionStatus,
[58] Fix | Delete
deviceId,
[59] Fix | Delete
didDisconnect,
[60] Fix | Delete
env,
[61] Fix | Delete
formsScript,
[62] Fix | Delete
meetingsScript,
[63] Fix | Delete
formsScriptPayload,
[64] Fix | Delete
hublet,
[65] Fix | Delete
hubspotBaseUrl,
[66] Fix | Delete
hubspotNonce,
[67] Fix | Delete
iframeUrl,
[68] Fix | Delete
impactLink,
[69] Fix | Delete
lastAuthorizeTime,
[70] Fix | Delete
lastDeauthorizeTime,
[71] Fix | Delete
lastDisconnectTime,
[72] Fix | Delete
leadinPluginVersion,
[73] Fix | Delete
leadinQueryParams,
[74] Fix | Delete
locale,
[75] Fix | Delete
loginUrl,
[76] Fix | Delete
phpVersion,
[77] Fix | Delete
pluginPath,
[78] Fix | Delete
plugins,
[79] Fix | Delete
portalDomain,
[80] Fix | Delete
portalEmail,
[81] Fix | Delete
portalId,
[82] Fix | Delete
redirectNonce,
[83] Fix | Delete
restNonce,
[84] Fix | Delete
restUrl,
[85] Fix | Delete
refreshToken,
[86] Fix | Delete
reviewSkippedDate,
[87] Fix | Delete
theme,
[88] Fix | Delete
trackConsent,
[89] Fix | Delete
wpVersion,
[90] Fix | Delete
contentEmbed,
[91] Fix | Delete
requiresContentEmbedScope,
[92] Fix | Delete
decryptError,
[93] Fix | Delete
}: //@ts-expect-error global
[94] Fix | Delete
LeadinConfig = window.leadinConfig;
[95] Fix | Delete
[96] Fix | Delete
export {
[97] Fix | Delete
accountName,
[98] Fix | Delete
adminUrl,
[99] Fix | Delete
activationTime,
[100] Fix | Delete
connectionStatus,
[101] Fix | Delete
deviceId,
[102] Fix | Delete
didDisconnect,
[103] Fix | Delete
env,
[104] Fix | Delete
formsScript,
[105] Fix | Delete
meetingsScript,
[106] Fix | Delete
formsScriptPayload,
[107] Fix | Delete
hublet,
[108] Fix | Delete
hubspotBaseUrl,
[109] Fix | Delete
hubspotNonce,
[110] Fix | Delete
iframeUrl,
[111] Fix | Delete
impactLink,
[112] Fix | Delete
lastAuthorizeTime,
[113] Fix | Delete
lastDeauthorizeTime,
[114] Fix | Delete
lastDisconnectTime,
[115] Fix | Delete
leadinPluginVersion,
[116] Fix | Delete
leadinQueryParams,
[117] Fix | Delete
loginUrl,
[118] Fix | Delete
locale,
[119] Fix | Delete
phpVersion,
[120] Fix | Delete
pluginPath,
[121] Fix | Delete
plugins,
[122] Fix | Delete
portalDomain,
[123] Fix | Delete
portalEmail,
[124] Fix | Delete
portalId,
[125] Fix | Delete
redirectNonce,
[126] Fix | Delete
restNonce,
[127] Fix | Delete
restUrl,
[128] Fix | Delete
refreshToken,
[129] Fix | Delete
reviewSkippedDate,
[130] Fix | Delete
theme,
[131] Fix | Delete
trackConsent,
[132] Fix | Delete
wpVersion,
[133] Fix | Delete
contentEmbed,
[134] Fix | Delete
requiresContentEmbedScope,
[135] Fix | Delete
decryptError,
[136] Fix | Delete
};
[137] Fix | Delete
[138] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function