Changeset 3181638
- Timestamp:
- 11/04/2024 04:38:40 PM (16 months ago)
- Location:
- conditional-woo-checkout-field/trunk
- Files:
-
- 2 edited
-
conditional-woo-checkout-field.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
conditional-woo-checkout-field/trunk/conditional-woo-checkout-field.php
r2889507 r3181638 5 5 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N2TYAV69U9CP4 6 6 Description: Display a custom field at checkout in your WooCommerce store if a certain product is in the customer's cart. 7 Requires at leas : 3.1.08 Tested up to: 6. 1.19 Version: 1.2. 310 WC requires at least: 3. 0.011 WC tested up to: 7.5.07 Requires at least: 4.4 8 Tested up to: 6.6.1 9 Version: 1.2.4 10 WC requires at least: 3.1 11 WC tested up to: 9.2.3 12 12 Author: AMP-MODE 13 13 Author URI: https://amplifyplugins.com … … 33 33 34 34 add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'wc_fields_action_links' ); 35 36 /** 37 * Add HPOS support and compability 38 * 39 * @author Archie Mercader <achiles@modeeffect.com> 40 */ 41 add_action( 'before_woocommerce_init', function () { 42 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 43 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 44 } 45 }); 35 46 36 47 function wc_fields_action_links( $links ) { -
conditional-woo-checkout-field/trunk/readme.txt
r2889507 r3181638 3 3 Tags: plugin, woocommerce, checkout, custom, input, input field 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N2TYAV69U9CP4 5 Requires at least: 3.1.05 Requires at least: 4.4 6 6 Tested up to: 6.1.1 7 WC requires at least: 3. 0.08 WC tested up to: 7.5. 09 Stable tag: 1.2. 37 WC requires at least: 3.1 8 WC tested up to: 7.5.1 9 Stable tag: 1.2.4 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.