PHP Class WC_Admin_Dashboard

Show file Open project: woocommerce/woocommerce

Public Methods

Method Description
__construct ( ) Hook in tabs.
init ( ) Init dashboard widgets.
recent_reviews ( ) Recent reviews widget.
status_widget ( ) Show status widget.

Private Methods

Method Description
get_sales_report_data ( ) : object Get sales report data.
get_top_seller ( ) : object Get top seller from DB.
status_widget_order_rows ( ) Show order data is status widget.
status_widget_stock_rows ( ) Show stock data is status widget.

Method Details

__construct() public method

Hook in tabs.
public __construct ( )

init() public method

Init dashboard widgets.
public init ( )

recent_reviews() public method

Recent reviews widget.
public recent_reviews ( )

status_widget() public method

Show status widget.
public status_widget ( )