WC_Marketplace_Suggestions::render_orders_list_empty_state()
Render suggestions containers in orders list empty state.
Method of the class: WC_Marketplace_Suggestions{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = WC_Marketplace_Suggestions::render_orders_list_empty_state();
WC_Marketplace_Suggestions::render_orders_list_empty_state() WC Marketplace Suggestions::render orders list empty state code WC 9.5.1
public static function render_orders_list_empty_state() { self::render_suggestions_container( 'orders-list-empty-header' ); self::render_suggestions_container( 'orders-list-empty-body' ); self::render_suggestions_container( 'orders-list-empty-footer' ); }