David Michael

Results 78 comments of David Michael
trafficstars

@ashleyfae I tested this and it works good with the model approach.

I actually built this for another add-on for a client, it was easy with EDD 3.0 tables. While this probably won't happen for a while, but it would be better...

Maybe something like this: ``` // Args to remove $remove = apply_filters( 'edd_list_table_remove_query_args', array( 'edd-message', 'status', 'paged', '_wpnonce' ) ); ```

I am going to take a look at the weekend, haven't had a chance as of yet to compare the tables and see what is going on. The issue is...

Yeah, I wasn't able to replicate it either tbh. But I have seen it a few times on completely different sites... Here is the thing - no AJAX errors, no...

I have actually discovered a bug with the All Access extension, but I am not able to add it to GitHub as I don't have access to those repos. If...

Great, is there any ETA on that one? My client manually processes payments and then adds the passes so it's an important one to get fixed :) Thanks for the...

For anyone interested, I actually built a library (class) for this here: https://github.com/arraypress/edd-extended-query Syntax is like this: ``` $query = new Task_Transactions([ 'function' => 'SUM', 'fields' => ['amount', 'discount'], 'operator'...

@robincornett, I actually use BerlinDB in a lot of my own personal projects and built out an extension of the query class that adds CRUD actions/filters to almost all the...