Changeset 1668961
- Timestamp:
- 06/01/2017 05:17:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pixel-de-facebook-para-wocommerce/trunk/fb-conf.php
r1664775 r1668961 4 4 Plugin URI: https://www.labschool.es 5 5 Description: Agrega fácilmente el píxel de Facebook y los eventos de producto a tu tienda online con Woocommerce (ViewContent, AddToCart, InitiateCheckout y Purchase). 6 Version: 1.0. 46 Version: 1.0.5 7 7 Author: Lab School 8 8 Author URI: https://www.labschool.es … … 119 119 //INITIATECHECKOUT 120 120 if (!isset($options['initiate_checkout']) != '1' || $options['initiate_checkout'] ) { 121 add_action( 'w p_footer', 'fb_initiatecheckout' );121 add_action( 'woocommerce_after_checkout_form', 'fb_initiatecheckout' ); 122 122 function fb_initiatecheckout() { 123 123
Note: See TracChangeset
for help on using the changeset viewer.