Author | Replies |
---|---|
chadmin | # Posted on August 1, 2014 at 3:49 am |
I found a solution, but is there a better way to do this? I used the value() method to set my variable which then I could do a compare like so: <?php $newCity = $mystore->address->city->value(); if($oldCity!==$newCity): $oldCity=null; endforeach; Results gave me a list of non-repeating cities. |
Ability to deactivate licence domains within MasterPress account management
25th October 2024
We have just rolled out an account management feature which allows licence holders to have better control over the domains that use their licence key. From the MasterPress Account Management page, the list of Active Sites that use your licence now includes a function that allows you to remove a domain from your licence. Simply…