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'); ?> <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'); ?> <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'); ?> <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> |