# jetpack/16.2/_inc/lib/plugins.php

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 16.2. 11 lines.

- Page: https://pluginprobe.com/plugins/jetpack/16.2/code/_inc/lib/plugins.php
- Raw: https://pluginprobe.com/plugins/jetpack/16.2/raw/_inc/lib/plugins.php
- Modified: 2022-02-02T16:44:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/16.2/code/_inc/lib/plugins.php#L10-L20`.

```php
<?php
/**
 * This file has been moved to the jetpack-plugins-installer package
 *
 * @deprecated 10.7
 *
 * @package jetpack
 */

class_alias( Automattic\Jetpack\Plugins_Installer::class, 'Jetpack_Plugins' );

```
