MP_Websites::get_inactive_websites()

Get inactive websites.


Return Return

(array|WP_Error)


Top ↑

Source Source

File: mortgage-platform/Inc/MP_Websites.php

    public function get_inactive_websites()
    {
        return $this->websites_query(1, false);
    }

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.