PluginProbe
Subscriptions for WooCommerce with Stripe Recurring Payments / 1.3.1
Subscriptions for WooCommerce with Stripe Recurring Payments v1.3.1
2.0.0 1.11.2 1.11.1 1.11.0 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.6 1.9.5 trunk 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 All 61 releases
subscription / includes / Admin / views / required-notice.php

required-notice.php in Subscriptions for WooCommerce with Stripe Recurring Payments 1.3.1, at includes/Admin/views/required-notice.php

15 lines 988 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="notice notice-error sdevs-install-plugin">
2 <div class="sdevs-notice-icon">
3 <img src="<?php echo SUBSCRPT_ASSETS . '/images/woocommerce.png'; ?>" alt="woocommerce-logo" />
4 </div>
5 <div class="sdevs-notice-content">
6 <h2><?php _e( 'Thanks for using Subscription for WooCommerce', 'sdevs_subscrpt' ); ?></h2>
7 <p>You must have <a href="https://wordpress.org/plugins/woocommerce/" target="_blank">Woocommerce </a> installed and activated on this website in order to use this plugin.</p>
8 </div>
9 <div class="sdevs-install-notice-button">
10 <a class="button-primary <?php echo $id; ?>" href="javascript:void(0);"><svg xmlns="http://www.w3.org/2000/svg" class="sdevs-loading-icon" fill="none" viewBox="0 0 24 24" stroke="currentColor">
11 <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15" />
12 </svg> <?php echo $label; ?></a>
13 </div>
14 </div>
15