Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
0.00% |
0 / 1 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | /** |
| 3 | * Plugin Name: Agents Manager |
| 4 | * Description: This plugin loads the Agents Manager. |
| 5 | * Text Domain: jetpack-mu-wpcom |
| 6 | * Author: Automattic |
| 7 | * Author URI: https://automattic.com/ |
| 8 | * Requires Plugins: jetpack |
| 9 | * Note: This file is used to load the Agents Manager as a standalone plugin. It's not used by Jetpack. |
| 10 | * |
| 11 | * @package automattic/jetpack-mu-wpcom |
| 12 | */ |
| 13 | |
| 14 | /** |
| 15 | * Load the Agents Manager class. |
| 16 | */ |
| 17 | require_once __DIR__ . '/class-agents-manager.php'; |