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 Oct 27, 2023
1 parent 3efd55f commit 1bcefb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pronamic-money.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
* @package Pronamic\WordPress\Pay
*/

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

/**
* Pronamic Money load plugin text domain.
*/
Expand Down

0 comments on commit 1bcefb8

Please sign in to comment.