|
@@ -1,6 +1,9 @@ |
|
1
|
1
|
<?php |
|
2
|
2
|
|
|
3
|
+if ( ! defined( 'ABSPATH' ) ) { |
|
4
|
+ exit; |
|
5
|
+} |
|
3
|
6
|
// Email Settings Helper Functions |
|
4
|
7
|
function easy_invoice_is_invoice_email_enabled(): bool { |
|
5
|
8
|
return \EasyInvoice\Controllers\SettingsController::isInvoiceEmailEnabled(); |
|
6
|
9
|
} |