Changeset 2956532
- Timestamp:
- 08/22/2023 06:12:49 AM (3 years ago)
- File:
-
- 1 edited
-
cartpanda/trunk/cartpanda.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cartpanda/trunk/cartpanda.php
r2956528 r2956532 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. 36 * Version: 1.0.4 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', 1]);27 add_action('woocommerce_before_checkout_form', [$this, 'cartpanda_add_checkout_script', 1]);26 add_action('woocommerce_before_cart', [$this, 'cartpanda_add_cart_script', 2]); 27 add_action('woocommerce_before_checkout_form', [$this, 'cartpanda_add_checkout_script', 2]); 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.