test()) {
echo '
';
echo esc_html__('Log file is not writable.', 'mailchimp-for-wp') . ' ';
echo sprintf(wp_kses(__('Please ensure %1$s has the proper file permissions.', 'mailchimp-for-wp'), array( 'a' => array( 'href' => array() ) )), '' . $log->file . '
', 'https://codex.wordpress.org/Changing_File_Permissions');
echo '
';
// hack to hide filter input
echo '';
} else {
?>
read_as_html();
if (! empty($line)) {
while (is_string($line)) {
if (! empty($line)) {
echo '
' . $line . '
';
}
$line = $log_reader->read_as_html();
}
} else {
echo '
';
echo '-- ', esc_html__('Nothing here. Which means there are no errors!', 'mailchimp-for-wp');
echo '
';
}
?>
level >= 300) {
echo '
';
echo esc_html__('Right now, the plugin is configured to only log errors and warnings.', 'mailchimp-for-wp');
echo '
';
}
?>