Class Wcap_Sent_Emails_Table
Show abandoned cart reminder emails record on Send Emails tab.
- WP_List_Table
- Wcap_Sent_Emails_Table
Author: Tyche Softwares
Since: 2.4.7
Located at includes/classes/class_wcap_sent_emails_table.php
Methods summary
public
|
|
public
|
#
wcap_sent_emails_prepare_items( )
It will prepare the list of the User Email Address, columns, pagination, sortable column and other data. |
public
array
|
|
public
string
|
|
public
string
|
#
column_user_email_id( array $sent_emails_row_info )
This function used for deleting individual row of abandoned Cart. Render the User Email Address. So we will add the action on the hover affect. |
public static
string
|
#
wcap_get_link_click_count( array $start_date_db, array $end_date_db )
If the customer click on the cart or checkout page link from email notification then we get the record of abandoned cart reminder email. |
public static
string
|
#
wcap_get_open_count( array $start_date_db, array $end_date_db )
We get the abandoned cart reminder email opened record once the customer openes the email notification. |
public
array
|
#
wcap_sent_emails_data( )
It will generate the sent abandoned cart reminder emails list for Sent Emails tab. |
public
string
|
#
column_default( array $wcap_sent_emails, stirng $column_name )
It will display the data for the abanodned column. |
Properties summary
public
string
|
$per_page
Number of results to show per page |
#
30
|
public
string
|
$base_url
URL of this page |
|
public
integer
|
$total_count
Total number of Sent Emails |
|
public
integer
|
$open_emails
Total number of Open Emails |
|
public
integer
|
$link_click_count
Total amount of Links clicked |
|
public
integer
|
$start_date_db
Start date |
|
public
integer
|
$end_date_db
End date |
|
public
integer
|
$duration
Duration |