get_widget_data( $instance ); } } return new WP_Error( 'not_found', esc_html__( 'The requested widget was not found.', 'jetpack' ), array( 'status' => 404 ) ); } /** * Check that the current user has permissions to view widget information. * For the currently supported widget there are no permissions required. * * @since 5.5.0 * * @return bool */ public function can_request() { return true; } }