Function __global->send_shopping_order_purchased_staff_mail

Definitions

sources/shopping.php

  • Tell the staff the shopping order was placed.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$order_id AUTO_LINK No No required parameter N/A N/A Order ID

Preview

Code (PHP)

/**
 * Tell the staff the shopping order was placed.
 *
 * @param  AUTO_LINK $order_id Order ID
 */

function send_shopping_order_purchased_staff_mail(int $order_id)