GTM – Ecommerce layer con sku invece di id prodotto
add_filter(“gtm_ecommerce_woo_item”, function($item, $product) { $item->setItemId($product->get_sku()); return $item; }, 10, 2);Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
add_filter(“gtm_ecommerce_woo_item”, function($item, $product) { $item->setItemId($product->get_sku()); return $item; }, 10, 2);Continue reading
/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types. * * @return mixed */ add_filter( ‘upload_mimes’, function ( $upload_mimes ) { // By default, only administrator users are allowed to add SVGs. //…Continue reading
if ($link === ‘true’ || $link === ‘yes’ || $link === ‘y’) { echo ‘© ‘ . get_option( ‘blogname’ ) . ‘ — Part of the Pyramid Healthcare Family | Call to Get Help: ‘ . do_shortcode(‘[phone_number link=”true”]’); } else…Continue reading
$ext_id = get_field(‘google_ads_ext’, ‘option’); echo ‘Google Ad ext ‘ . $ext_id;Continue reading
$lg_id = get_field(‘legitscript_id’, ‘option’); if ($align == ‘right’ || $align == ‘center’ || $align == ‘left’) { echo ‘ ‘; } else { echo ‘‘; }Continue reading
// add_filter( ‘rocket_lrc_optimization’, ‘__return_false’ , 999 ); add_filter( ‘rocket_lrc_exclusions’, function( $exclusions ) { $exclusions[] = ‘breakdance”‘; return $exclusions; } );Continue reading
google-site-verification: google476d5b0743fce814.htmlContinue reading
/** * Gravity Wiz // Gravity Forms // Entry Count Shortcode * * Extends the [gravityforms] shortcode, providing a custom action to retrieve the total entry count and * also providing the ability to retrieve counts by entry status (i.e.…Continue reading