Skip to content

Commit 43a5192

Browse files
committed
Add if ( ! defined( 'ABSPATH' ) ).
1 parent c1de8cf commit 43a5192

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pronamic-pay-with-mollie-for-gravity-forms.php

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
* @package Pronamic\WordPress\Pay
2727
*/
2828

29+
if ( ! defined( 'ABSPATH' ) ) {
30+
exit;
31+
}
32+
2933
/**
3034
* Autoload.
3135
*/

0 commit comments

Comments
 (0)