File "scan.php"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/plugins/jetpack/modules/scan/scan.php
File size: 379 bytes
MIME-type: text/x-php
Charset: utf-8

<?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();