Changeset 2178396
- Timestamp:
- 10/23/2019 11:17:05 AM (6 years ago)
- Location:
- okey/trunk
- Files:
-
- 2 edited
-
includes/woocommerce_functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
okey/trunk/includes/woocommerce_functions.php
r2177597 r2178396 187 187 188 188 # verificam daca exista deja 189 $link = get_post_meta($orderId, 'okey_private_link', true);189 /*$link = get_post_meta($orderId, 'okey_private_link', true); 190 190 if (!empty($link)) { 191 191 header('Location: ' . $link); 192 192 exit; 193 } 193 }*/ 194 194 195 195 // Get DocumentSettings -
okey/trunk/readme.txt
r2171436 r2178396 5 5 Requires at least: 3.0 6 6 Tested up to: 5.2 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT
Note: See TracChangeset
for help on using the changeset viewer.