the debug log (see below).', 'mailchimp-for-wp'), [ 'a' => [ 'href' => [] ] ]), 'https://www.mc4wp.com/kb/how-to-enable-log-debugging/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=settings-page'); ?>

 — 

test()) { echo '

'; echo esc_html__('Log file is not writable.', 'mailchimp-for-wp') . ' '; // translators: 1: the log file path, 2: URL to the WordPress file permissions documentation. echo wp_kses( sprintf( /* translators: 1: log file path wrapped in code tags, 2: URL to WordPress file permissions docs. */ __('Please ensure %1$s has the proper file permissions.', 'mailchimp-for-wp'), '' . esc_html($log->file) . '', esc_url('https://codex.wordpress.org/Changing_File_Permissions') ), [ 'a' => [ 'href' => [] ], 'code' => [], ] ); echo '

'; // hack to hide filter input echo ''; } else { ?>
read_as_html(); if (! empty($line)) { while (is_string($line)) { if (! empty($line)) { echo '
' . wp_kses( $line, [ 'span' => [ 'class' => [] ], ] ) . '
'; } $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 '

'; } ?>