Файловый менеджер - Редактировать - /home/digitalm/tendepavia/wp-content/plugins/redux-framework/extendify-sdk/app/Library/Controllers/PingController.php
Назад
<?php /** * Controls Http requests */ namespace Extendify\Library\Controllers; use Extendify\Http; if (!defined('ABSPATH')) { die('No direct access.'); } /** * The controller for sending little bits of info */ class PingController { /** * Send data about a specific topic * * @param \WP_REST_Request $request - The request. * @return WP_REST_Response|WP_Error */ public static function ping($request) { $response = Http::post('/ping', $request->get_params()); return new \WP_REST_Response( $response, wp_remote_retrieve_response_code($response) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.07 |
proxy
|
phpinfo
|
Настройка