Class orddd_lite_filter
Order Delivery Date Filter Class
Package: Order-Delivery-Date-Lite-for-WooCommerce\Admin\Delivery-Date-on-Edit-Order-Page
Author: Tyche Softwares
Class: orddd_lite_filter
Located at filter.php
Author: Tyche Softwares
Class: orddd_lite_filter
Located at filter.php
Methods summary
public static
array
|
#
orddd_lite_woocommerce_order_delivery_date_column( array $columns )
This function adds the Delivery Date column to WooCommerce->Orders page |
public static
|
#
orddd_lite_woocommerce_custom_column_value( str $column )
This function adds the Delivery Date for each order on WooCommerce->Orders page |
public static
array
|
#
orddd_lite_woocommerce_custom_column_value_sort( array $columns )
Adds the Delivery Date column to the list of sortable columns in WooCommerce->Orders page. |
public static
array
|
#
orddd_lite_woocommerce_delivery_date_orderby( array $vars )
Delivery date column orderby. This help WooCommerce to understand the field on which the sorting should be based on. The delivery date is stored as a timestamp in the _orddd_lite_timestamp variable in wp_postmeta |