PluginProbe
SendWP / 0.0.2
SendWP v0.0.2
trunk 0.0.1 0.0.2 0.0.3 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.2.10 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.4.4 1.4.5 1.4.6 1.4.8
sendwp / includes / admin / views / disabled-notice.html.php

disabled-notice.html.php in SendWP 0.0.2, at includes/admin/views/disabled-notice.html.php

6 lines 400 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="notice notice-error sendwp-notice">
2 <p>
3 <span style="font-weight:bold;"><?php _e('Attention:', 'sendwp'); ?></span>&nbsp;
4 <?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>'); ?>
5 </p>
6 </div>