Author | Replies |
---|---|
sitesurety | # Posted on November 5, 2014 at 8:32 pm |
Thanks for the help! Very much appreciated. I want to keep my code as slick and clean as possible.. I like how the MP plugin is very Java collection-ishs. Two other things I’ve been doing which I’m not entirely happy about: Creating a multi-dimensional array for all the filtered options by data type, which I then output to a form using a double loop: $filters = array( // Loop code with de-dup here as $key Then create a form with all the unique filter options: <!– Filter form –> <?php } ?> Then I’ve got some jQuery over the top which responds when an option is selected and posts the updated id => keys via Ajax back to the form, which updates the results table: $.ajax({ }); // Return select name and value return values; }); Ideally, I was thinking of moving the data filtering into the controller (functions.php) file, with different case rules…so I just have to output the view in the template. |
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…