??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/mayshine.co.uk/wp-content/plugins/surerank/src/functions/variables.js
⬅ Kembali
export const flat = ( variables, type = '' ) => {
if ( ! variables ) {
return;
}
let newVariables = {};
if ( type === 'richSelect' ) {
newVariables = [];
}
Object.values( variables ).forEach( ( variable ) => {
Object.keys( variable ).forEach( ( key ) => {
switch ( type ) {
case 'richSelect':
newVariables.push( {
value: key,
label: variable[ key ].label,
title: '%' + key + '%',
description: variable[ key ].description,
} );
break;
case 'detailed':
newVariables[ key ] = variable[ key ];
break;
default:
newVariables[ key ] = variable[ key ].value;
}
} );
} );
return newVariables;
};
Nama
Tipe
Ukuran
Diubah
Aksi
📜 api-fetch-middleware.js
js
8.3 KB
2026-06-17 16:29
📜 api.js
js
9.4 KB
2026-06-17 16:29
📜 nudges.js
js
2.6 KB
2026-05-20 12:46
📜 page-content-generator.js
js
17.4 KB
2026-02-25 16:34
📜 render-queue.js
js
1.8 KB
2025-10-13 14:28
📜 replacement.js
js
1 KB
2025-10-29 08:52
📜 role-capabilities.js
js
430 B
2026-04-15 18:21
📜 router.js
js
11.2 KB
2026-04-15 18:21
📜 sanitize-html.js
js
579 B
2026-03-18 18:09
📜 utils.js
js
31.8 KB
2026-06-25 16:30
📜 variables.js
js
678 B
2025-06-27 15:25