notifications)); ?>
    notifications as $n): ?>
  • html; ?>
    links as $l): ?>
  • notifications) == 0): ?>

wordfenceCentralConnected || $d->wordfenceCentralDisconnected)) { ?>

wordfenceCentralConnected) { echo esc_html(sprintf( /* translators: 1. Email address. 2. Localized date. */ __('Connected by %1$s on %2$s', 'wordfence'), $d->wordfenceCentralConnectEmail, date_i18n(get_option('date_format'), $d->wordfenceCentralConnectTime))); } elseif ($d->wordfenceCentralDisconnected) { echo esc_html(sprintf( /* translators: 1. Email address. 2. Localized date. */ __('Disconnected by %1$s on %2$s', 'wordfence'), $d->wordfenceCentralDisconnectEmail, date_i18n(get_option('date_format'), $d->wordfenceCentralDisconnectTime))); } elseif (wfCentral::isPartialConnection()) { _e('Connection not finished', 'wordfence'); } else { _e('Not connected', 'wordfence'); } ?>

mode(); $isPaid = wfLicense::current()->isAtLeastPremium(); if (!$isPaid) { echo esc_html(__('Disabled (premium feature)', 'wordfence')); } else { if (!$d->wordfenceCentralConnected) { echo esc_html(__('Not recording (Central disconnected)', 'wordfence')); } else if ($auditLogMode == wfAuditLog::AUDIT_LOG_MODE_DISABLED || $auditLogMode == wfAuditLog::AUDIT_LOG_MODE_PREVIEW) { echo esc_html(__('Not recording', 'wordfence')); } else if ($auditLogMode == wfAuditLog::AUDIT_LOG_MODE_SIGNIFICANT) { echo esc_html(__('Recording (significant events only)', 'wordfence')); } else if ($auditLogMode == wfAuditLog::AUDIT_LOG_MODE_ALL) { echo esc_html(__('Recording (all events)', 'wordfence')); } } if (function_exists('network_admin_url') && is_multisite()) { $auditLogURL = network_admin_url('admin.php?page=WordfenceAuditLog'); } else { $auditLogURL = admin_url('admin.php?page=WordfenceAuditLog'); } ?>