Plugin Directory

Changeset 1960082


Ignore:
Timestamp:
10/21/2018 11:11:42 AM (7 years ago)
Author:
labschool
Message:

1.1.4

Location:
pixel-de-facebook-para-wocommerce/trunk
Files:
2 added
2 edited

Legend:

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

    r1959824 r1960082  
    44Plugin URI: https://www.labschool.es
    55Description: Agrega fácilmente el pixel de Facebook, además de eventos estándar y personalizados a tu Woocommerce (ViewShop, ViewCategory, ViewTag, ViewContent, AddToCart, InitiateCheckout y Purchase).
    6 Version: 1.1.3
     6Version: 1.1.4
    77Requires at least: 3.0
    88Tested up to: 4.9.8
     
    2222function pfb_woo_install() {
    2323   $pfb_woo_options = array(
    24       'id'              => '',
     24      'id'                  => '',
    2525      'include_snippet'     => '0',
    2626      'product_ref'         => '1',
     
    4848function pfb_woo_header() {
    4949    $options    = get_option('pfb_woo_options');
    50     $id         = $options['id'];
     50    $id         = esc_html($options['id']);
    5151    if (!isset($options['include_snippet']) != '1' || $options['include_snippet'] ) {
    5252?>
  • pixel-de-facebook-para-wocommerce/trunk/readme.txt

    r1959824 r1960082  
    3939
    4040== Changelog ==
    41 = Version 1.1.3 =
     41= Version 1.1.4 =
    4242Disponible 20/10/2018
    4343
Note: See TracChangeset for help on using the changeset viewer.