A new feature to track settings history.
Options
These are the option names we want to keep track of.
- csl-slplus-options
- csl-slplus-options_nojs
- slp-experience
- slp-power
- slp-premier-options
Store Locator Plus® Internal Docs
SLP Internal Documentation
A new feature to track settings history.
These are the option names we want to keep track of.
This is a code consistency/standard thing.
Why different options?
MySLP uses a lot of SITE_ID_CURRENT_SITE.
looks to be related to get_network_option() calls.
Some places use BLOG_ID_CURRENT_SITE.
Mostly, but not exclusively, for swith_to_blog() calls.
Both are defined in the Docker composer and both are set to 1.
Looks to be a legacy thing where there was (is?) a plan to have a network (the SITE ID) of blogs (the blog ID). In our case they will be one and the same.
Show the current selected “Locator Style” in text on the selector header so we don’t have to scroll down to look for it.