Plugin Directory

Changeset 1668961


Ignore:
Timestamp:
06/01/2017 05:17:22 PM (9 years ago)
Author:
labschool
Message:

Update 1.0.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pixel-de-facebook-para-wocommerce/trunk/fb-conf.php

    r1664775 r1668961  
    44Plugin URI: https://www.labschool.es
    55Description: 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.4
     6Version: 1.0.5
    77Author: Lab School
    88Author URI: https://www.labschool.es
     
    119119    //INITIATECHECKOUT
    120120    if (!isset($options['initiate_checkout']) != '1' || $options['initiate_checkout'] ) {
    121         add_action( 'wp_footer', 'fb_initiatecheckout' );
     121        add_action( 'woocommerce_after_checkout_form', 'fb_initiatecheckout' );
    122122        function fb_initiatecheckout() {
    123123       
Note: See TracChangeset for help on using the changeset viewer.