On a different WP 4.1.1 instance, with the developer version, the Widget Logic field is emptied every time I save widget settings.
Sadly, other load logic settings don’t make it evaluate correctly.
I appreciate your help. I’ll give the developer version a try on a test site.
I should be able to set a couple widgets with that logic and just the first one would show. However, neither one is showing for me.
Unfortunately, even the following example won’t work.
global $MY_ADS; $MY_ADS++; return ($MY_ADS < 2);
Does that work for you?