芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/lib/rest/Geolocation_Controller.php
namespace, $this->rest_base . '/(?P
.+)', [ [ 'methods' => \WP_REST_Server::READABLE, 'callback' => [ $this, 'get_item' ], 'permission_callback' => 'ITSEC_Core::current_user_can_manage', 'args' => [ 'ip' => [ 'type' => 'string', 'format' => 'ip', ], ], ], ] ); } public function get_item( $request ) { return \ITSEC_Lib_Geolocation::geolocate( $request['ip'] ); } }