wp_widget_description
wp_widget_description ( $id )
Parameters:- (int|string) id Widget ID.
Returns:- (string|void) Widget description, if available.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Retrieves description for widget.When registering widgets, the options can also include 'description' that
describes the widget for display on the widget administration panel or
in the theme.