Documentation

Define | Bypass Store ID checker

Warning

Note

Just a heads-up: This document is a friendly guide intended for developers and designers. A bit of PHP know-how is needed to get the most out of it.

Please remember, while we love to be helpful, our support policy doesn’t extend to customizations.

Think of any sample code we provide as a starting point or inspiration for your projects!

Description

The “storename_bypass” setting lets you skip the check that figures out if a store ID is for testing or real use. When you turn it on, the system won’t look at the store ID’s details; instead, it just moves forward without labelling the ID as test or live. This is handy when you don’t want the usual checks to happen, maybe during certain tests or when setting things up differently.

For a hassle-free experience, we suggest using a third-party plugin like Code Snippets to add this code. It’s a smoother alternative to diving into your theme’s function.php file.

Was this helpful?