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-default.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-default.php
8 lines
1 <?php if ( ! defined('WPINC') ) die; ?>
2 <form method="post" action="options.php">
3 <?php
4 settings_fields( 'slw_setting_option_group' );
5 do_settings_sections( 'slw-setting-admin' );
6 submit_button();
7 ?>
8 </form>