# sendwp/1.0.0/includes/admin/views/disabled-notice.html.php

SendWP, version 1.0.0. 6 lines.

- Page: https://pluginprobe.com/plugins/sendwp/1.0.0/code/includes/admin/views/disabled-notice.html.php
- Raw: https://pluginprobe.com/plugins/sendwp/1.0.0/raw/includes/admin/views/disabled-notice.html.php
- Modified: 2019-03-19T15:23:58+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.0.0/code/includes/admin/views/disabled-notice.html.php#L10-L20`.

```php
<div class="notice notice-error sendwp-notice">
    <p>
        <span style="font-weight:bold;"><?php _e('Attention:', 'sendwp'); ?></span>&nbsp;
        <?php echo sprintf(__('The SendWP plugin is installed, but the service is currently disabled or disconnected on this site. %sConnect or register.%s'), '<br /><a href="' . admin_url('admin.php?page=sendwp') . '">', '</a>'); ?>
    </p>
</div>
```
