Changeset 1960082
- Timestamp:
- 10/21/2018 11:11:42 AM (7 years ago)
- Location:
- pixel-de-facebook-para-wocommerce/trunk
- Files:
-
- 2 added
- 2 edited
-
fb-conf.php (modified) (3 diffs)
-
index.php (added)
-
readme.txt (modified) (1 diff)
-
uninstall.php (added)
Legend:
- Unmodified
- Added
- Removed
-
pixel-de-facebook-para-wocommerce/trunk/fb-conf.php
r1959824 r1960082 4 4 Plugin URI: https://www.labschool.es 5 5 Description: 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. 36 Version: 1.1.4 7 7 Requires at least: 3.0 8 8 Tested up to: 4.9.8 … … 22 22 function pfb_woo_install() { 23 23 $pfb_woo_options = array( 24 'id' => '',24 'id' => '', 25 25 'include_snippet' => '0', 26 26 'product_ref' => '1', … … 48 48 function pfb_woo_header() { 49 49 $options = get_option('pfb_woo_options'); 50 $id = $options['id'];50 $id = esc_html($options['id']); 51 51 if (!isset($options['include_snippet']) != '1' || $options['include_snippet'] ) { 52 52 ?> -
pixel-de-facebook-para-wocommerce/trunk/readme.txt
r1959824 r1960082 39 39 40 40 == Changelog == 41 = Version 1.1. 3=41 = Version 1.1.4 = 42 42 Disponible 20/10/2018 43 43
Note: See TracChangeset
for help on using the changeset viewer.