While testing Power : Imports Are Not Working a warning was noted in the JavaScript console.
🔲 Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading
Settings History
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
SITE_ID_CURRENT_SITE vs BLOG_ID_CURRENT_SITE
This is a code consistency/standard thing.
SITE_ID_CURRENT_SITE vs BLOG_ID_CURRENT_SITE vs BLOGID_CURRENT_SITE
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 currently selected locator style at top of the Style Interface
Show the current selected “Locator Style” in text on the selector header so we don’t have to scroll down to look for it.
