PHP Class WC_Admin_Dashboard

Afficher le fichier Open project: woocommerce/woocommerce

Méthodes publiques

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

Private Methods

Méthode 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 méthode

Hook in tabs.
public __construct ( )

init() public méthode

Init dashboard widgets.
public init ( )

recent_reviews() public méthode

Recent reviews widget.
public recent_reviews ( )

status_widget() public méthode

Show status widget.
public status_widget ( )