MP_Addon_Payoff_ElementorWidget::get_title()
Get widget title.
Contents
Description Description
Retrieve oEmbed widget title.
Return Return
(string) Widget title.
Source Source
File: calculator-mortgage-payoff-add-on/inc/extensions/MP_Addon_Payoff_ElementorWidget.php
public function get_title() {
return __('Mortgage Payoff Calculator','CalculatorsMortgagePayoffAddon');
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |