????
| Current Path : /proc/self/root/home/arabianr/public_html/wp-content/plugins/extendify/src/Shared/lib/ |
| Current File : //proc/self/root/home/arabianr/public_html/wp-content/plugins/extendify/src/Shared/lib/data.js |
// Optionally add items to request body
const allowList = [
'partnerId',
'devbuild',
'version',
'siteId',
'homeUrl',
'wpLanguage',
'wpVersion',
'siteCreatedAt',
'siteProfile',
];
export const reqDataBasics = {
...Object.fromEntries(
Object.entries(window.extSharedData).filter(([key]) =>
allowList.includes(key),
),
),
};