Warning: This function has been deprecated.

woocommerce_track_product_view()


Description Description


Source Source

File: includes/wc-deprecated-functions.php

882
883
884
885
function woocommerce_track_product_view() {
    wc_deprecated_function( __FUNCTION__, '3.0', 'wc_track_product_view' );
    return wc_track_product_view();
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.