MP_Reports::do_city()
City report.
Source Source
File: mortgage-platform/Inc/Callback/MP_Reports.php
protected function do_city() {
$allcity = $this->get_all_city();
$city = $this->get_city_count( $allcity );
return wp_send_json( $city );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |