| @@ -1,10 +1,5 @@ | ||
| 1 | 1 | <?php |
| 2 | -// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -- view template receives variables via extract(); prefixing is impractical. | |
| 3 | -// phpcs:disable PluginCheck.CodeAnalysis.Offloading.OffloadedContent -- HTML email assets must be remote. | |
| 4 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 5 | - exit; | |
| 6 | -} | |
| 7 | 2 | $image_url = ''; |
| 8 | 3 | if ( ! $is_pro ) : |
| 9 | 4 | $image_url = 'https://betterdocs.co/wp-content/uploads/2022/11/Analytics.gif'; |
| 10 | 5 | ?> |