🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 10:43:12 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
jetpack
/
modules
/
scan
📍 /home/therahul/thedasstores.com/wp-content/plugins/jetpack/modules/scan
🔄 Refresh
✏️
Editing: scan.php
Writable
<?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; if ( ! apply_filters( 'jetpack_disable_scan', false ) ) { require_once __DIR__ . '/class-admin-bar-notice.php'; require_once __DIR__ . '/class-admin-sidebar-link.php'; Admin_Bar_Notice::instance(); Admin_Sidebar_Link::instance(); }
💾 Save Changes
❌ Cancel