BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
wp-content
/
plugins
/
jetpack
/
json-endpoints
/
jetpack
📤 Upload
📝 New File
📁 New Folder
Close
Editing: class.jetpack-json-api-modules-get-endpoint.php
<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName if ( ! defined( 'ABSPATH' ) ) { exit( 0 ); } /** * The Modules get endpoint. * * /sites/%s/jetpack/modules/%s * * @phan-constructor-used-for-side-effects */ class Jetpack_JSON_API_Modules_Get_Endpoint extends Jetpack_JSON_API_Modules_Endpoint { /** * Needed capabilities. * * @var string */ protected $needed_capabilities = 'jetpack_manage_modules'; }
Save
Cancel