Ejemplo n.º 1
0
 /**
  * Hooks to the renewal order created action to determine if the order should be emailed to the customer.
  *
  * @param WC_Order|int $order The WC_Order object or ID of a WC_Order order.
  * @deprecated 1.2
  * @since 1.0
  */
 public static function maybe_send_customer_renewal_order_email($order)
 {
     _deprecated_function(__METHOD__, '1.2', 'WC_Subscriptions_Renewal_Order::maybe_send_customer_renewal_order_email( $order )');
     WC_Subscriptions_Renewal_Order::maybe_send_customer_renewal_order_email($order);
 }
 /**
  * Hooks to the renewal order created action to determine if the order should be emailed to the customer. 
  *
  * @param $order WC_Order | int The WC_Order object or ID of a WC_Order order.
  * @deprecated 1.2
  * @since 1.0
  */
 public static function maybe_send_customer_renewal_order_email($order)
 {
     _deprecated_function(__CLASS__ . '::' . __FUNCTION__, '1.2', 'WC_Subscriptions_Renewal_Order::maybe_send_customer_renewal_order_email( $order )');
     WC_Subscriptions_Renewal_Order::maybe_send_customer_renewal_order_email($order);
 }