Changeset 1602894
- Timestamp:
- 02/24/2017 02:39:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pixel-de-facebook-para-wocommerce/trunk/fb-conf.php
r1602873 r1602894 25 25 'add_to_cart' => '0', 26 26 'initiate_checkout' => '0', 27 'purchase' => '0' ,27 'purchase' => '0' 28 28 ); 29 29 if (!get_option('pfb_woo_options')) { … … 35 35 /* INICIAR PLUGIN */ 36 36 add_action( 'plugins_loaded', 'pfb_woo_setup'); 37 function pfb_woo_setup() {add_action( 'wp_head', 'pfb_woo_header', 10 0);}37 function pfb_woo_setup() {add_action( 'wp_head', 'pfb_woo_header', 102 );} 38 38 39 39 function pfb_woo_header() {
Note: See TracChangeset
for help on using the changeset viewer.