Conversation
supportWhen evaluation plugins for a client, we also took a quick look at this plugin and its code and saw this wrong parameter, did not test any further. wp_delete_attachment( $attachment->ID, 'true' ); Second parameter should be bool , not string : wp_delete_attachment( $attachment->ID, true ); Delete Post with Attachments 1.1.2
No comments were stored for this source.