Doesn't work on 3.9.1
-
Hi there,
Exactly what I need, however in a clean WordPress 3.9.1 install it doesn’t work.
I offer myself to take over the plugin if you don’t have time to.
A somewhat fix to at least download a zip (even though you can not open it later) is changing the arguments in the download_zip() function to:
$args = array( //'post_type' => $this->post_types_attachments, 'post_type' => 'attachment', //'numberposts' => null, 'post_status' => 'any', 'post_parent' => $post_id );Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Doesn't work on 3.9.1’ is closed to new replies.