Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
plugins
/
jetpack
/
json-endpoints
/
jetpack
/
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