# jetpack/16.2/views/admin/network-activated-notice.php

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 16.2. 16 lines.

- Page: https://pluginprobe.com/plugins/jetpack/16.2/code/views/admin/network-activated-notice.php
- Raw: https://pluginprobe.com/plugins/jetpack/16.2/raw/views/admin/network-activated-notice.php
- Modified: 2025-11-24T17:00:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/16.2/code/views/admin/network-activated-notice.php#L10-L20`.

```php
<?php
/**
 * View template file for network activation notice.
 *
 * @html-template Jetpack::load_view
 * @package automattic/jetpack
 */

if ( isset( $_GET['jetpack-notice'] ) && 'dismiss' === $_GET['jetpack-notice'] ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
	?>
<div id="message" class="error">
	<p><?php esc_html_e( 'Jetpack is network-activated and notices cannot be dismissed.', 'jetpack' ); ?></p>
</div>
	<?php
}

```
