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 d5d9811 commit 21059f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/checkout-drop-in.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* @package Pronamic\WordPress\Pay
*/

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

?>
<!DOCTYPE html>

Expand Down

0 comments on commit 21059f5

Please sign in to comment.