You appear to be a bot. Output may be restricted
Description
Check that the current user has permissions to manage Jetpack modules.
Usage
$bool = Jetpack_Core_API_Module_Toggle_Endpoint::can_request();
Parameters
Returns
bool
Source
File name: jetpack/_inc/lib/core-api/class.jetpack-core-api-module-endpoints.php
Lines:
1 to 3 of 3
public function can_request() { return current_user_can( 'jetpack_manage_modules' ); }