Plugin Directory

Timestamp:
03/22/2024 09:30:19 AM (4 months ago)
Author:
zinigor
Message:

Updating trunk to version 13.2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/modules/woocommerce-analytics/classes/class-jetpack-woocommerce-analytics-checkout-flow.php

    r3049965 r3056649  
    22/**
    33 * Jetpack_WooCommerce_Analytics_Checkout_Flow
    4  *
    5  * @deprecated 13.3
    64 *
    75 * @package automattic/jetpack
     
    1917 * Class Jetpack_WooCommerce_Analytics_Checkout_Flow
    2018 * Class that handles all page view events for the checkout flow (from product view to order confirmation view)
    21  *
    22  * @deprecated 13.3
    2319 */
    2420class Jetpack_WooCommerce_Analytics_Checkout_Flow {
     
    2824    /**
    2925     * Jetpack_WooCommerce_Analytics_Checkout_Flow constructor.
    30      *
    31      * @deprecated 13.3
    3226     */
    3327    public function __construct() {
     
    5145        /**
    5246         * Track a product page view
    53          *
    54          * @deprecated 13.3
    5547         */
    5648    public function capture_product_view() {
     
    6961    /**
    7062     * Track the order confirmation page view
    71      *
    72      * @deprecated 13.3
    7363     */
    7464    public function capture_order_confirmation_view() {
     
    133123    /**
    134124     * Track the cart page view
    135      *
    136      * @deprecated 13.3
    137125     */
    138126    public function capture_cart_view() {
     
    152140    /**
    153141     * Track the checkout page view
    154      *
    155      * @deprecated 13.3
    156142     */
    157143    public function capture_checkout_view() {
Note: See TracChangeset for help on using the changeset viewer.