| @@ -1,11 +1,6 @@ | ||
| 1 | 1 | <?php |
| 2 | -// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -- view template receives variables via extract(); prefixing is impractical. | |
| 3 | - | |
| 4 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 5 | - exit; | |
| 6 | -} | |
| 7 | -$email_feedback = betterdocs()->settings->get( 'email_feedback' ); | |
| 2 | + $email_feedback = betterdocs()->settings->get( 'email_feedback' ); | |
| 8 | 3 | |
| 9 | 4 | if ( ! $email_feedback ) { |
| 10 | 5 | return; |
| 11 | 6 | } |