index of
/
home
/
thefkyzp
/
hulmvisaadvisor.com
/
wp-content
/
plugins
/
cartflows
/
wizard
/
assets
/
src
/
utils
/
File: /home/thefkyzp/hulmvisaadvisor.com/wp-content/plugins/cartflows/wizard/assets/src/utils/Helpers.js
export function getExitSetupWizard() { return cartflows_wizard.admin_url + '?page=cartflows&path=settings'; } export function sendPostMessage( data ) { const frame = document.getElementById( 'cartflows-templates-preview' ); frame.contentWindow.postMessage( { action: 'ScDispatchTemplatePreviewActions/' + data.action, value: data, }, '*' ); }