Changeset 1797664
- Timestamp:
- 01/05/2018 01:40:23 PM (8 years ago)
- Location:
- woo-lp-express
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
woo-lp-express/tags/2.0.2.1/includes/templates/admin/form/woocommerce-lp-express-forms-callback.php
r1797661 r1797664 127 127 $all_key_exits = array_key_exists('all_' . $args['callback'],get_option('wc_lp_express_sender_settings')); 128 128 $available_destinations = Woocommerce_Lp_Express_Shipping_Methods_Controller::get_available_destinations(); 129 130 print_r(get_option('wc_lp_express_sender_settings')); 129 131 130 if ($all_key_exits) { 132 131 echo "<div class='" . $args["callback"] . "_container'>"; -
woo-lp-express/trunk/includes/templates/admin/form/woocommerce-lp-express-forms-callback.php
r1797661 r1797664 127 127 $all_key_exits = array_key_exists('all_' . $args['callback'],get_option('wc_lp_express_sender_settings')); 128 128 $available_destinations = Woocommerce_Lp_Express_Shipping_Methods_Controller::get_available_destinations(); 129 130 print_r(get_option('wc_lp_express_sender_settings')); 129 131 130 if ($all_key_exits) { 132 131 echo "<div class='" . $args["callback"] . "_container'>";
Note: See TracChangeset
for help on using the changeset viewer.