File "minification-advanced-modal.php"
Full Path: /home/digimqhe/flashdigi.uk/comment-content/plugins/hummingbird-performance/admin/modals/minification-advanced-modal.php
File size: 1.77 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Asset optimization: switch to advanced mode modal.
*
* @package Hummingbird
*
* @since 2.6.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div class="sui-modal sui-modal-sm">
<div
role="dialog"
id="wphb-advanced-minification-modal"
class="sui-modal-content"
aria-modal="true"
aria-labelledby="switchAdvanced"
aria-describedby="dialogDescription"
>
<div class="sui-box">
<div class="sui-box-header sui-flatten sui-content-center sui-spacing-top--60">
<h3 class="sui-box-title sui-lg" id="switchAdvanced">
<?php esc_html_e( 'Just be Careful!', 'wphb' ); ?>
</h3>
<p class="sui-description" id="dialogDescription">
<?php esc_html_e( 'Manual mode gives you full control over your files but can easily break your website if configured incorrectly.', 'wphb' ); ?>
</p>
<p class="sui-description" style="font-weight: 500">
<?php esc_html_e( 'We recommend you make one tweak at a time and check the frontend of your website each change to avoid any mishaps.', 'wphb' ); ?>
</p>
</div>
<div class="sui-box-body sui-content-center">
<div class="sui-form-field">
<label for="hide-advanced-modal" class="sui-checkbox sui-checkbox-sm">
<input type="checkbox" id="hide-advanced-modal" aria-labelledby="hide-advanced-label"/>
<span aria-hidden="true"></span>
<span id="hide-advanced-label" class="sui-toggle-label">
<?php esc_html_e( "Don't show me this again", 'wphb' ); ?>
</span>
</label>
</div>
</div>
<div class="sui-box-footer sui-flatten sui-content-center">
<button class="sui-button" onclick="WPHB_Admin.minification.switchView( 'advanced' )" id="wphb-switch-to-advanced">
<?php esc_html_e( 'Got it', 'wphb' ); ?>
</button>
</div>
</div>
</div>
</div>