Файловый менеджер - Редактировать - /home/digitalm/tendepavia/wp-content/plugins/redux-framework/extendify-sdk/app/Assist/Controllers/QuickLinksController.php
Назад
<?php /** * Controls Quick Links */ namespace Extendify\Assist\Controllers; use Extendify\Http; if (!defined('ABSPATH')) { die('No direct access.'); } /** * The controller for fetching quick links */ class QuickLinksController { /** * Return quick links from source. * * @return \WP_REST_Response */ public static function fetchQuickLinks() { $response = Http::get('/quicklinks'); return new \WP_REST_Response( $response, wp_remote_retrieve_response_code($response) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.08 |
proxy
|
phpinfo
|
Настройка