MP_Addon_Payoff_ElementorWidget::get_icon()
Get widget icon.
Contents
Description Description
Retrieve oEmbed widget icon.
Return Return
(string) Widget icon.
Source Source
File: calculator-mortgage-payoff-add-on/inc/extensions/MP_Addon_Payoff_ElementorWidget.php
public function get_icon() {
return 'fa fa-calculator';
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |