BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
wp-content
/
plugins
/
jetpack-boost
/
app
/
rest-api
/
contracts
📤 Upload
📝 New File
📁 New Folder
Close
Editing: interface-has-endpoints.php
<?php namespace Automattic\Jetpack_Boost\REST_API\Contracts; interface Has_Endpoints { /** * @return Endpoint[] */ public function get_endpoints(); }
Save
Cancel