_partial
2 years ago
analytics-consent-failed.php
2 years ago
analytics-consent-refused.php
2 years ago
analytics-consent.php
3 years ago
analytics-modal.php
2 years ago
backup-plugins-notice.php
2 years ago
beta.php
2 years ago
cache-directory-permission-problem.php
3 years ago
directory-listing-could-not-be-prevented.php
3 years ago
disabled-items-notice.php
2 years ago
disabled-optimizer-notice.php
3 years ago
free-backup-update-notice.php
2 years ago
logs-directory-permission-problem.php
3 years ago
low-memory-limit.php
5 years ago
mu-plugin-directory-permission-problem.php
2 years ago
no-db-prefix-notice.php
2 years ago
object-cache-skipped.php
2 years ago
outdated-wp-staging-hooks.php
3 years ago
outdated-wp-staging-version.php
3 years ago
pro-crons-notice.php
2 years ago
rating.php
2 years ago
settings_option_corrupt.php
3 years ago
staging-directory-permission-problem.php
2 years ago
staging-symlink-enabled-notice.php
2 years ago
table-tmp-prefix-conflict-notice.php
2 years ago
transient.php
5 years ago
uploads-outside-wp-root.php
2 years ago
vars-directory-permission-problem.php
3 years ago
wordfence-userini-renamed.php
3 years ago
wp-options-missing-pk.php
3 years ago
wp-version-compatible-message.php
3 years ago
wpe-permalink-issue-notice.php
2 years ago
wrong-scheme.php
3 years ago
analytics-consent-refused.php
14 lines
| 1 | <div class="notice notice-warning is-dismissible"> |
| 2 | <p><strong><?php echo esc_html__('WP STAGING', 'wp-staging') ?></strong></p> |
| 3 | <p><?php echo |
| 4 | wp_kses_post( |
| 5 | sprintf( |
| 6 | /* translators: URL to edit WPSTAGING settings. */ |
| 7 | __('WP STAGING will not send diagnostic usage information. If you want an improved technical support experience, you can always re-enable this on the <a href="%s">WP STAGING Settings</a> page.', 'wp-staging'), |
| 8 | esc_url(admin_url('admin.php?page=wpstg-settings')) |
| 9 | ) |
| 10 | ) |
| 11 | ?></p> |
| 12 | <p><?php echo esc_html__('Usage diagnostic monitoring allows us to provide a better support, as we can debug issues faster when you reach out to our support.', 'wp-staging') ?></p> |
| 13 | </div> |
| 14 |