????

Your IP : 18.116.67.230


Current Path : /home/webcloude/www/wp-content/plugins/cartflows/wizard/assets/src/utils/
Upload File :
Current File : /home/webcloude/www/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,
		},
		'*'
	);
}