• Resolved bigtomato

    (@bigtomato)


    Hi, the onboarding wizard is confusing for some of our users. They are not first time users, and we do the set up for them so they don’t need to see it anyway. Is there a way to bypass the onboarding wizard permanently with code perhaps? We run on a WordPress multisite.

    I can’t find anything in the documentation about this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @bigtomato ,

    Thank you for reaching out.

    You can try the following filter snippet, and see if it works for your use case.

    add_filter( 'tribe_onboarding_disable, '__return_true' );
    Thread Starter bigtomato

    (@bigtomato)

    Hi, this had a typo, missing the second quote after ‘tribe_onboarding_disable

    The correct code is: add_filter( ‘tribe_onboarding_disable’, ‘__return_true’ );

    However, after fixing it didn’t work for us anyway. We figured out another way around this.

    thank you.

    Plugin Support tristan083

    (@tristan083)

    Hi @bigtomato ,

    Thank you for your message and the information. Glad to hear you were able to find a way around this endeavor.

    I’ll be closing this thread now, but please do not hesitate to bump a new thread on our way if you have further questions/concerns. This is for us to track down topics/issues efficiently and for us to adhere to the WordPress Forum Guidelines.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to Disable Onboarding Wizard?’ is closed to new replies.