Widget_Google_Maps::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/google-maps.php
public function get_keywords() { return [ 'google', 'map', 'embed' ]; }