Change it once.Update everywhere.
One email address lives in 14 email templates, 7 macros, and 3 API headers. Rename the company. Rotate the API key. Update the support URL. One token change. Everywhere updates.
You typed the same email fourteen times.
Your support email lives in every welcome email template, every abandoned cart flow, every receipt PDF. The day you change providers is the day you find all fourteen places. If you're lucky. If you're not, a customer emails the wrong inbox for six months.
{{var.admin_email}} once. Paste the token anywhereType a name. Get a token.
Names go in bare. The plugin wraps them. You drop the token into any field that supports variables, and at run time it resolves to the stored value.
admin_email. Stored as {{var.admin_email}}. No typos possible.Define once. Used everywhere.
Variables resolve across seven execution paths. Edit the value, and the next run of every consumer picks it up. No redeploys, no editing 14 templates.
Know before you break it.
Delete a variable in use, and six macros silently fail tomorrow. So we check first. Before removal, you see exactly where the token is referenced and how many consumers break if you proceed.
Fewer copies. Fewer mistakes.
One rename that used to take 45 minutes and a grep-through-templates session now takes 10 seconds.
Questions? Answered.
{{var.x}} tokens?<script>, it renders as a script tag. Only team members with admin access can edit variables.manage_options capability, so only admins can view or edit. Treat the database itself with the care you'd give any secret store.Stop typing the same value twice.
Define once. Reference everywhere. Update anywhere with a single edit.