Widget_Social_Icons::get_name()
Get widget name.
Description
Retrieve social icons widget name.
Return
(string) Widget name.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
Source
includes/widgets/social-icons.php
public function get_name() { return 'social-icons'; }