Changeset 2956528
- Timestamp:
- 08/22/2023 06:02:49 AM (3 years ago)
- Location:
- cartpanda
- Files:
-
- 3 added
- 1 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/cartpanda.php (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/cartpanda.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cartpanda/trunk/cartpanda.php
r2811637 r2956528 4 4 * Plugin Name: Cartpanda 5 5 * Description: O checkout transparente de 1-página de mais alta conversão do mercado. Upsell de 1-clique e Order Bump nativo. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Cartpanda 8 8 * Author URI: https://cartpanda.com/ … … 24 24 } 25 25 26 add_action('woocommerce_before_cart', [$this, 'cartpanda_add_cart_script' ]);27 add_action('woocommerce_before_checkout_form', [$this, 'cartpanda_add_checkout_script' ]);26 add_action('woocommerce_before_cart', [$this, 'cartpanda_add_cart_script', 1]); 27 add_action('woocommerce_before_checkout_form', [$this, 'cartpanda_add_checkout_script', 1]); 28 28 add_action( 'admin_menu', array( $this, 'cartpanda_add_plugin_page' ) ); 29 29 add_action( 'admin_init', array( $this, 'cartpanda_page_init' ) );
Note: See TracChangeset
for help on using the changeset viewer.