Changeset 3365159
- Timestamp:
- 09/21/2025 08:07:18 AM (6 months ago)
- Location:
- edd-custom-checkout-fields
- Files:
-
- 10 added
- 2 edited
-
tags/1.4.4 (added)
-
tags/1.4.4/assets (added)
-
tags/1.4.4/assets/click-here-rtl.png (added)
-
tags/1.4.4/assets/click-here.png (added)
-
tags/1.4.4/class-fields-generator.php (added)
-
tags/1.4.4/index.php (added)
-
tags/1.4.4/languages (added)
-
tags/1.4.4/languages/ecf-fa_IR.mo (added)
-
tags/1.4.4/languages/ecf-fa_IR.po (added)
-
tags/1.4.4/readme.txt (added)
-
trunk/index.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
edd-custom-checkout-fields/trunk/index.php
r3365148 r3365159 6 6 Author: Omid Shamloo 7 7 Author URI: https://wp-master.ir 8 Version: 1.4. 38 Version: 1.4.4 9 9 Text Domain: ecf 10 10 Domain Path: /languages … … 18 18 * 1.4.2 : fixed not working when user logged in 19 19 * 1.4.3 : Some fixes and change plugin name due trademark alert from plugins@wordpress.org 20 * 1.4.4 : fix not working on some sites , now handle $_POST to get field values 20 21 */ 21 22 defined('ABSPATH') or die('No script kiddies please!'); … … 468 469 $id = 'edd_' . $this->prefix . $id; 469 470 } 470 if (isset($payment_meta[$id])) { 471 $_payment_meta[$id] = $payment_meta[$id]; 472 } 471 $_payment_meta[$id] = !empty($payment_meta[$id]) ? $payment_meta[$id] : ($_POST[$id] ? sanitize_text_field($_POST[$id]) : ''); 472 473 473 } 474 474 if (!empty($_payment_meta)) { -
edd-custom-checkout-fields/trunk/readme.txt
r3365148 r3365159 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8.2 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.