summaryrefslogtreecommitdiff
blob: 15b9a927b0d9859ea810c952c6abde6bb6a36f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Jetpack Scan features that show up on the jetpack admin side.
 * - Adds a admin bar notice when the site has threats.
 *
 * @package automattic/jetpack
 */

namespace Automattic\Jetpack\Scan;

require_once __DIR__ . '/class-admin-bar-notice.php';
require_once __DIR__ . '/class-admin-sidebar-link.php';

Admin_Bar_Notice::instance();
Admin_Sidebar_Link::instance();