Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
0.00% covered (danger)
0.00%
0 / 1
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2/**
3 * Plugin Name: Help Center
4 * Description: This plugin loads the Help Center. It is how you reach support.
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 Help Center as a standalone plugin. It's not used by Jetpack.
10 *
11 * @package automattic/jetpack-mu-wpcom
12 */
13
14/**
15 * Load the Help Center class.
16 */
17require_once __DIR__ . '/class-help-center.php';