top of page

import { authentication } from 'wix-members-frontend';

$w.onReady(function () {
  const loggedIn = authentication.loggedIn();
  if (loggedIn) {
    console.log('Member is logged in, collapsing #box22');
    $w('#box22').collapse();
  }
  authentication.onLogin(() => {
    console.log('Member logged in, collapsing #box22');
    $w('#box22').collapse();
  });
});

 

<meta property="og:type" content=""/>

import wixLocation from 'wix-location'; $w.onReady(function () { wixLocation.to("http://www.example.com"); });

The latest news, trends, analysis, interviews and podcasts from the global food and beverage industry

bottom of page