WPIntell

Source evidence

Working fix for delete issue

404 to 301 – Redirect Manager, 404 Error Logs & Notifications · support · 2023-03-12T09:12:00+00:00

complaintsentiment
mediumseverity
0.75relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 25 rows with source links

20.0% 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
Robert van Hall unresolved
Hi there, Here’s a working fix for the (impossibility to) delete issue a lot of people are facing. Find: class-jj4t3-log-listing.php Replace: // Nonce verification. if ( empty( $nonce ) || ! wp_verify_nonce( $nonce, ‘bulk-404errorlogs’ ) ) { return false; } With: // Nonce verification. if ( empty( $nonce ) || ! wp_verify_nonce( $nonce, ‘bulk-404errorlogs’ ) ) { if ( empty( $nonce ) || ! wp_verify_nonce( $nonce, ‘bulk-‘ . $this->_args[‘plural’] ) ) { return false; } } And you should be good to go. Cheers, Robert This topic was modified 3 years, 2 months ago by Robert van Hall .

Comments

0 shown

No comments were stored for this source.