PluginProbe ʕ •ᴥ•ʔ
Stock Locations for WooCommerce / 3.1.9
Stock Locations for WooCommerce v3.1.9
3.1.9 3.1.8 3.1.7 3.1.6 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 trunk 2.9.8 2.9.9 3.0.0 3.0.1 3.0.2
stock-locations-for-woocommerce / views / settings-sponsor.php
stock-locations-for-woocommerce / views Last commit date
addons 5 years ago product-pre-select-location-scripts.php 5 years ago settings-api.php 3 weeks ago settings-crons.php 1 year ago settings-default.php 4 years ago settings-help.php 4 years ago settings-logger.php 1 year ago settings-optional.php 1 month ago settings-sponsor.php 4 years ago settings-stock-locations.php 1 year ago settings-widgets.php 4 years ago taxonomy-fields-edit.php 2 years ago taxonomy-fields-new.php 5 years ago
settings-sponsor.php
23 lines
1 <?php if ( ! defined('WPINC') ) die; ?>
2
3 <!-- Donate -->
4
5 <h3><?php _e( 'Donate', 'stock-locations-for-woocommerce' ); ?> ❤️</h3>
6 <p><?= __( 'Would like to sponsor the development of new features and keep me motivated?', 'stock-locations-for-woocommerce' ); ?><a class="button button-primary" style="margin-left:10px;" href="https://www.paypal.com/donate?hosted_button_id=XP8W2VK666WFW" target="_blank"><?= __( 'Donate', 'stock-locations-for-woocommerce' ); ?></a></p>
7
8 <!-- Add-ons -->
9
10 <h3><?php _e( 'Available add-ons', 'stock-locations-for-woocommerce' ); ?></h3>
11 <div class="wp-list-table widefat">
12 <p><?php _e( 'Add-ons are sent by email to you after buying process completed. This is a manual procedure, so please be patient!', 'stock-locations-for-woocommerce' ); ?></p>
13 <div id="the-list">
14 <!-- Import/Export -->
15 <?php include_once( SLW_PLUGIN_DIR_URL_ABSOLUTE_PATH.'/views/addons/import-export.php' ); ?>
16 </div>
17 </div>
18
19 <!-- Support -->
20
21 <div class="tablenav bottom">
22 <p><?php _e( 'Having problems with add-ons or need updated versions?', 'stock-locations-for-woocommerce' ); ?> <a href="https://wordpress.org/support/plugin/stock-locations-for-woocommerce/" target="_blank"><?php _e( 'Create a Ticket', 'stock-locations-for-woocommerce' ); ?></a></p>
23 </div>