woocommerce_analytics_new_customer

woocommerce_analytics_new_customer

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_analytics_new_customer') is found 1 times:

  • /src/Admin/API/Reports/Customers/DataStore.php line 570
    		 *
    		 * @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.