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> |