woocommerce_analytics_new_customer

woocommerce_analytics_new_customer

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_analytics_new_customer') is found 1 times:

  • /src/Admin/API/Reports/Customers/DataStore.php line 578
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
         *
         * @param int $customer_id Customer ID.
         * @since 4.0.0
         */
        do_action( 'woocommerce_analytics_new_customer', $customer_id );
     
        return $result ? $customer_id : false;
    }
     
    /**
     * Returns a data object and format object of the customers data coming from the order.