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 13, 2024
1 parent 204206b commit f6de2ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pronamic-pay-ninja-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
* @package Pronamic\WordPress\Pay\Extensions\NinjaForms
*/

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

add_filter(
'pronamic_pay_plugin_integrations',
function ( $integrations ) {
Expand Down

0 comments on commit f6de2ff

Please sign in to comment.