MortgageRates_Embedded::plain_text_html( string $option )

Text.


Parameters Parameters

$option

(string) (Required) type of text embedded


Top ↑

Return Return

(string) text embedded


Top ↑

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);
        }
    }

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.