• Hi

    I was wondering if we could maybe add a filter that will allow modifying the product data before it gets sent?

    // wp-content/plugins/klaviyo/includes/wck-viewed-product.php:44
    
    // Replace 
    wp_localize_script( 'wck_viewed_product', 'item', $item );
    
    // With this
    wp_localize_script( 'wck_viewed_product', 'item', apply_filters( 'wck_viewed_product', $item ) );

    Thanks!
    Michael

  • The topic ‘Filter Request’ is closed to new replies.