Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

MortgageNews_Embedded::get_scroller_data()

Get data for scrollers.


Return Return

(array) News.

  • ''title''
    (string) new title
  • ''link''
    (string) new link


Top ↑

Source Source

File: mortgage-news-widget/inc/MortgageNews_Embedded.php

    private function get_scroller_data()
    {

        $news = new MortgageNews();

        return $news->get_news();

    }

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.