WPIntell

Source evidence

Wrong param at wp_delete_attachment()

Delete Post with Attachments · support · 2023-02-18T20:13:00+00:00

praisesentiment
lowseverity
0.2relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 26 rows with source links

23.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Ov3rfly resolved
When 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

Comments

0 shown

No comments were stored for this source.