Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/reviewx/app/Api/DashboardApi.php
Назад
<?php namespace Rvx\Api; use Rvx\Apiz\Http\Response; use Exception; class DashboardApi extends \Rvx\Api\BaseApi { /** * @return Response * @throws Exception */ public function insightReviews() : Response { return $this->get('dashboard/insight'); } /** * @return Response * @throws Exception */ public function requestEmail() : Response { return $this->get('dashboard/review-request-email'); } /** * @param $time * @return Response * @throws Exception */ public function chart($time) : Response { return $this->get('dashboard/chart?view=' . $time); } }
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка