Class PRDD_View_Deliveries_Table
Class for displaying the delivery date and time.
- WP_List_Table
- PRDD_View_Deliveries_Table
Package: Product-Delivery-Date-Pro-for-WooCommerce\View-Deliveries
Author: Tyche Softwares
Since: 1.1
Located at prdd-class-view-deliveries-table.php
Author: Tyche Softwares
Since: 1.1
Located at prdd-class-view-deliveries-table.php
Methods summary
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
|
|
public
|
|
public
string
|
|
public
array
|
#
deliveries_data( )
It will generate the all the product deliveries date and time under View Deliveries section. |
public
timestamp
|
#
prdd_class_delivery_date_asc( array $value1, array $value2 )
It will sort the ascending data based on the Delivery Date. |
public
timestamp
|
#
prdd_class_delivery_date_dsc( array $value1, array $value2 )
It will sort the descending data based on the Delivery Date. |
public
string
|
#
column_default( array $delivery, stirng $column_name )
It will display the data for Delivery Date. |
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 deliveries |
|
public
integer
|
$future_count
Total number of deliveries from today onwards |
|
public
integer
|
$today_delivery_count
Total number of deliveries today |