Author | Replies |
---|---|
sitesurety | # Posted on November 7, 2014 at 11:58 am |
OK, one last problem hopefully related to this. With my query set to get a list of posts, and not the collection of fields.. the filter doesn’t work.. says method doesn’t exist. $query = $wf->the->custom_data_type->filter($filter_query_masterpress); So in order to set the initial query with a collection of the datatype, what query would I use? Currently I’m using $posts = $wf->type(‘custom_data_type’)->posts(); I think once that is solved, the function should work with Ajax and initial load, because the context of post will always be set to retrieve the entire collection of objects. |
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…