Plugin Directory

Changeset 1602894


Ignore:
Timestamp:
02/24/2017 02:39:48 PM (9 years ago)
Author:
labschool
Message:

Bug fixed

File:
1 edited

Legend:

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

    r1602873 r1602894  
    2525        'add_to_cart' => '0',
    2626        'initiate_checkout' => '0',
    27         'purchase' => '0',
     27        'purchase' => '0'
    2828    );
    2929        if (!get_option('pfb_woo_options')) {
     
    3535/* INICIAR PLUGIN */
    3636add_action( 'plugins_loaded', 'pfb_woo_setup');
    37 function pfb_woo_setup() {add_action( 'wp_head', 'pfb_woo_header', 100 );}
     37function pfb_woo_setup() {add_action( 'wp_head', 'pfb_woo_header', 102 );}
    3838
    3939function pfb_woo_header() {
Note: See TracChangeset for help on using the changeset viewer.