David Michael

Results 77 comments of David Michael
trafficstars

This fixes it: case 'this_year': $dates = array( 'start' => $date->copy()->startOfYear(), 'end' => $date->copy()->endOfYear(), ); break; case 'last_year': $dates = array( 'start' => $date->copy()->subYear( 1 )->startOfYear(), 'end' => $date->copy()->subYear( 1...

The submitted PR works to a degree but breaks the spinner animation on the downloads loaded via ajax. Additionally, the issue still exists on multi-part pricing downloads where the add...

Chris here is how to replicate it: 1. Make sure you have only downloaded 1 file in the day. 2. Goto the reports > file downloads and set it to...

I wasn't able to replicate the graph breaking again, but it definitely was happening on a fresh install. Probably some strange edge case...

While not related to digital downloads, the general look of the Deliveroo emails looks pretty good: ![screenshot 2018-07-03 12 16 18](https://user-images.githubusercontent.com/22668877/42217101-d115665c-7ebb-11e8-8794-0ad2ea3ca231.png)

Seen this receipt tonight and liked the look of it, maybe something like this could also work (looks a bit cleaner and better looking than _just_ a table): ![screenshot 2018-07-04...

Another good example of a purchase receipt:

Seems to originate from here: https://developer.wordpress.org/reference/functions/wp_ajax_toggle_auto_updates/

Discovered source of this issue was another library being loaded by another plugin. Will close.

Probably worth mentioning that the function gets the order, but does not validate it actually exists which will cause it to fail if an order is deleted or destroyed.