uawdijnntqw1x1x1
IP : 216.73.216.172
Hostname : webm041.cluster026.gra.hosting.ovh.net
Kernel : Linux webm041.cluster026.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
.
/
monikamovk
/
.
/
www
/
.
/
wp-content
/
plugins
/
easy-google-fonts
/
src
/
scripts
/
customizer
/
panels.js
/
/
/** * Register Customizer Panels * * Registers defined panels to use in the * customizer for this theme using the js * api. */ const { panels } = egfCustomize; const { customize } = wp; export const registerPanels = () => { customize.bind('ready', () => { for (const panelId in panels) { const { capability, description, priority, title, transport } = panels[panelId]; const panel = new customize.Panel(panelId, { capability, description, priority, title, transport }); customize.panel.add(panel); } }); };
/home/./monikamovk/./www/./wp-content/plugins/easy-google-fonts/src/scripts/customizer/panels.js