PluginProbe ʕ •ᴥ•ʔ
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF / 2.0.7
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF v2.0.7
2.0.7 2.0.6 2.0.5 trunk 1.3.7 1.4.0 1.4.1 1.4.2 1.4.6 1.5.0 1.5.3 1.5.6 1.5.8 1.6.5 1.6.6 1.6.9 1.7.0 1.7.4 1.8.1 1.8.2 1.9.0 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4
robin-image-optimizer / views / part-settings-page-error-log-options.php
robin-image-optimizer / views Last commit date
clearfy-component-card.php 7 months ago modal-bulk-optimization.php 7 months ago modal-webp-conversion.php 7 months ago part-bulk-convert-avif-button.php 7 months ago part-bulk-convert-webp-button.php 7 months ago part-bulk-optimization-button.php 7 months ago part-bulk-optimization-log.php 7 months ago part-bulk-optimization-select-site.php 7 months ago part-bulk-optimization-servers.php 7 months ago part-bulk-optimization-statistic.php 7 months ago part-bulk-optimization-tabs.php 7 months ago part-bulk-optimization-total.php 7 months ago part-page-header.php 7 months ago part-settings-page-error-log-options.php 7 months ago
part-settings-page-error-log-options.php
28 lines
1 <?php
2 defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );
3
4 /**
5 * @var array $data
6 */
7 ?>
8 <div class="form-group">
9 <label class="col-sm-4 control-label"></label>
10 <div class="control-group col-sm-8">
11 <div id="wrio-error-log-options">
12 <p class="wrio-error-log-options-info">
13 <?php _e( 'Additional logging levels. Enable these options only when the plugin support service asks for it. If you use logging always, it can slow down your site.', 'robin-image-optimizer' ); ?>
14 </p>
15 <ul>
16 <li>
17 <label for="wrio-error-log-options-checkbox-frontend">
18 <input type="checkbox" id="wrio-error-log-options-checkbox-frontend" name="wrio_keep_error_log_on_frontend" class="wrio-error-log-options-checkbox" value="1"<?php checked( $data['keep_error_log_on_frontend'] ); ?>>
19 <?php _e( 'Keep an error log on frontend', 'robin-image-optimizer' ); ?>
20 </label>
21 <p class="wrio-webp-options-info">
22 <?php _e( 'Option enables error logging on frontend. If for some reason webp images are not displayed on the front-end, you can use this option to catch errors and send this report to the plugin support service.', 'robin-image-optimizer' ); ?>
23 </p>
24 </li>
25 </ul>
26 </div>
27 </div>
28 </div>