Widget_Social_Icons::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/social-icons.php
public function get_keywords() { return [ 'social', 'icon', 'link' ]; }