PATH:
home
/
carfac
/
.trash
/
xxxxxxjetpack
/
views
/
admin
<?php /** * Loads view: admin/network-activated-notice.php * * @html-template Jetpack::load_view * @package automattic/jetpack */ if ( ! defined( 'ABSPATH' ) ) { exit( 0 ); } Jetpack::init()->load_view( 'admin/network-activated-notice.php' ); do_action( 'jetpack_notices' );
[-] network-admin-header.php
[edit]
[-] network-activated-notice.php
[edit]
[-] network-settings.php
[edit]
[-] must-connect-main-blog.php
[edit]
[-] jetpack-plugin-portal-containers.php
[edit]
[+]
..