MortgageRates_Embedded::plain_text_html( string $option )
Text.
Contents
Parameters Parameters
- $option
-
(string) (Required) type of text embedded
Return Return
(string) text embedded
Source Source
File: mortgage-rates-widget/inc/MortgageRates_Embedded.php
protected function plain_text_html($option)
{
$data = $this->get_scroller_data();
if ('plaintext' === $option) {
return $this->plain_text($data, 'plaintext');
} else {
return $this->plain_text($data);
}
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |