Class Wcap_Email_Template_List
It will display the email template listing, also it will add, update & delete the email template in the database.
Package: Abandoned-Cart-Pro-for-WooCommerce\Admin\Template
Author: Tyche Softwares
Since: 5.0
Located at includes/admin/wcap_email_template_list.php
Author: Tyche Softwares
Since: 5.0
Located at includes/admin/wcap_email_template_list.php
Methods summary
public static
|
#
wcap_display_email_template_list( string $wcap_action, string $wcap_section, string $wcap_mode )
It will display the email template listing, also it will add, update & delete the email template in the database. |
public static
true
|
|
public static
true
|
#
wcap_insert_template_data( integer $active_post, integer $coupon_code_id, integer $unique_coupon, integer $is_wc_template, string $selected_template_filter )
It will insert the new email template data into the database. It will insert the post meta, it is used to check that for the old cart we will not send this email template. Also it will insert the post meta for the email action, it will decide who will recive this email template. |
public static
true
|
|
public static
true
|
#
wcap_update_template( integer $unique_coupon, integer $is_wc_template, integer $selected_template_filter, integer $coupon_code_id, string $selected_template_filter,… )
It will update email template data into the database. It will insert the post meta for the email action, it will decide who will recive this email template. |