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-help.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-help.php
12 lines
1 <?php if ( ! defined('WPINC') ) die; ?>
2 <?php global $wc_slw_premium_copy; ?>
3 <div class="slw-help-wrapper mt-4">
4
5 <ul class="position-relative">
6 <li><a class="btn btn-sm btn-info" href="https://wordpress.org/support/plugin/stock-locations-for-woocommerce/" target="_blank"><?php _e('Open a Ticket on Support Forums', 'stock-locations-for-woocommerce'); ?> &nbsp;<i class="fas fa-tag"></i></a></li>
7 <li><a class="btn btn-sm btn-warning" href="http://demo.androidbubble.com/contact/" target="_blank"><?php _e('Contact Developer', 'stock-locations-for-woocommerce'); ?> &nbsp;<i class="fas fa-headset"></i></a></li>
8 <li><a class="btn btn-sm btn-secondary" href="<?php echo $wc_slw_premium_copy; ?>?help" target="_blank"><?php _e('Need Urgent Help?', 'stock-locations-for-woocommerce'); ?> &nbsp;<i class="fas fa-phone"></i></i></a></li>
9 <li><iframe width="560" height="315" src="https://www.youtube.com/embed/64N7-b90r3E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></li>
10 </ul>
11
12 </div>