We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe7806 commit f9767f9Copy full SHA for f9767f9
gp-post-content-merge-tags/gppcmt-delete-entry-link.php
@@ -22,7 +22,7 @@
22
23
$allowed_form_ids = array( 123 );
24
25
- if ( ! isset( $_GET['gppcmt-action'] ) || $_GET['gppcmt-action'] === 'delete' || isset( $_GET['eid'] ) || $_GET['eid'] ) {
+ if ( ! isset( $_GET['gppcmt-action'] ) || $_GET['gppcmt-action'] !== 'delete' || ! isset( $_GET['eid'] ) || ! $_GET['eid'] ) {
26
return;
27
}
28
0 commit comments