Skip to content

Commit

Permalink
Add if ( ! defined( 'ABSPATH' ) ).
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 8, 2024
1 parent 5f03af2 commit d5d9811
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pronamic-pay-adyen.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
* @package Pronamic\WordPress\Pay\Gateways\Adyen
*/

if ( ! defined( 'ABSPATH' ) ) {
exit;
}

/**
* Autoload.
*/
Expand Down

0 comments on commit d5d9811

Please sign in to comment.