Widget_Alert::get_keywords()
Get widget keywords.
Description
Retrieve the list of keywords the widget belongs to.
Return
(array) Widget keywords.
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
Source
includes/widgets/alert.php
public function get_keywords() { return [ 'alert', 'notice', 'message' ]; }