X7ROOT File Manager
Current Path:
/home/notabjze/starbudzca.com/wp-content/plugins/jetpack/modules/scan
home
/
notabjze
/
starbudzca.com
/
wp-content
/
plugins
/
jetpack
/
modules
/
scan
/
ðŸ“
..
📄
admin-bar-notice.js
(1.4 KB)
📄
class-admin-bar-notice.php
(6.59 KB)
📄
class-admin-sidebar-link.php
(5.56 KB)
📄
scan.php
(443 B)
Editing: scan.php
<?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(); }
Upload File
Create Folder