Файловый менеджер - Редактировать - /home/harasnat/www/horse/wp-content/plugins/image-optimization/modules/reviews/classes/route-base.php
Назад
<?php namespace ImageOptimization\Modules\Reviews\Classes; use ImageOptimization\Classes\Rest\Route; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Class Route_Base */ class Route_Base extends Route { protected bool $override = false; protected $auth = true; protected string $path = ''; public function get_methods(): array { return []; } public function get_endpoint(): string { return 'reviews/' . $this->get_path(); } public function get_path(): string { return $this->path; } public function get_name(): string { return 'reviews'; } public function get_permission_callback( \WP_REST_Request $request ): bool { $valid = $this->permission_callback( $request ); return $valid && user_can( $this->current_user_id, 'manage_options' ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка