Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • None
  • Product-Delivery-Date-Pro-for-WooCommerce
    • Addon
    • Admin
      • Settings
        • Field-Labels
        • General
        • Google-Sync
      • View-Deliveries
    • Calendar
    • Common-Functions
    • Configuration
    • Delivery-Charges
    • Edit-Deliveries
    • Emails
    • Frontend
      • Cart
      • Checkout
    • Google-Calendar
    • Languages
    • License
    • Reschedule-Deliveries
    • View-Deliveries

Classes

  • PRDD_Email_Delivery_Rescheduled
  • PRDD_Email_Delivery_Rescheduled_Admin
  • prdd_rescheduled_order_class

Class PRDD_Email_Delivery_Rescheduled

Reschedule delivery customer email class

WC_Email
Extended by PRDD_Email_Delivery_Rescheduled
Package: Product-Delivery-Date-Pro-for-WooCommerce\Reschedule-Deliveries
Author: Tyche Softwares
Since: 2.4
Located at emails/class-prdd-email-delivery-rescheduled.php

Methods summary

public
# __construct( )

Default Constructor

Default Constructor

Since

2.4
public
# trigger( integer $item_id )

Sends an email to customer when the deliveries are edited from My Account page.

Sends an email to customer when the deliveries are edited from My Account page.

Parameters

$item_id
Order ID.

Since

2.4

Hook

prdd_delivery_rescheduled_notification
public mixed
# get_content_html( )

Returns HTML to add in email body.

Returns HTML to add in email body.

Returns

mixed

Since

2.4
public string
# get_content_plain( )

Returns plain test to add in email body.

Returns plain test to add in email body.

Returns

string

Since

2.4
public string
# get_subject( )

Returns the subject of the email

Returns the subject of the email

Returns

string

Since

2.4
public string
# get_heading( )

Returns the header of the email

Returns the header of the email

Returns

string

Since

2.4
public
# init_form_fields( )

Since

2.4

Todo

Unused function. Need to check and delete it.
API documentation generated by ApiGen