# sendwp/1.1/includes/templates/php-version.html.php

SendWP, version 1.1. 8 lines.

- Page: https://pluginprobe.com/plugins/sendwp/1.1/code/includes/templates/php-version.html.php
- Raw: https://pluginprobe.com/plugins/sendwp/1.1/raw/includes/templates/php-version.html.php
- Modified: 2019-11-22T15:03:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sendwp/1.1/code/includes/templates/php-version.html.php#L10-L20`.

```php
<div class="notice notice-error sendwp-notice">
    <p>
        <?php echo __('Your version of PHP is below the minimum version of PHP required by SendWP.', 'sendwp'); ?>
    </p>
    </p>
        <?php echo __('Please contact your host and request that your version be upgraded to 5.6 or later.', 'sendwp'); ?>
    </p>
</div>
```
