File manager - Edit - /home/vblioqus/unfreezetiktok.com/wp-content/plugins/hummingbird-performance/admin/views/wphb-minification-page.php
Back
<?php /** * Asset optimization page. * * @package Hummingbird * * @var Page $this */ use Hummingbird\Admin\Page; use Hummingbird\Core\Utils; if ( ! defined( 'ABSPATH' ) ) { exit; } if ( is_multisite() && is_network_admin() ) { $this->do_meta_boxes(); } if ( $this->has_meta_boxes( 'box-enqueued-files-empty' ) ) { $this->do_meta_boxes( 'box-enqueued-files-empty' ); } $this->do_react_meta_boxes( 'summary' ); ?> <?php if ( ! $this->has_meta_boxes( 'box-enqueued-files-empty' ) && ! is_network_admin() ) : ?> <div class="sui-row-with-sidenav"> <?php $this->show_tabs(); ?> <?php if ( 'files' === $this->get_current_tab() ) : ?> <?php do_action( 'wphb_asset_optimization_notice' ); ?> <?php $this->do_react_meta_boxes( 'minify' ); ?> <?php endif; ?> <?php if ( 'tools' === $this->get_current_tab() ) : ?> <form id="wphb-minification-tools-form" method="post"> <?php $this->do_meta_boxes( 'tools' ); ?> </form> <?php endif; ?> <?php if ( 'gzip' === $this->get_current_tab() ) : ?> <div class="row" id="<?php echo 'wrap-' . esc_attr( 'wphb-gzip' ); ?>"></div> <?php endif; ?> <?php if ( 'settings' === $this->get_current_tab() ) : ?> <form id="wphb-minification-settings-form" method="post"> <?php $this->do_meta_boxes( 'settings' ); ?> </form> <?php endif; ?> <?php if ( 'import' === $this->get_current_tab() ) : ?> <?php $this->do_meta_boxes( 'import' ); ?> <?php endif; ?> </div><!-- end row --> <?php endif; if ( get_option( 'wphb-minification-show-advanced_modal' ) ) { $this->modal( 'minification-advanced' ); } if ( 'advanced' === $this->mode ) { $this->modal( 'minification-tour' ); if ( get_option( 'wphb-minification-show-config_modal' ) ) { $this->modal( 'minification-basic' ); } } $this->modal( 'found-assets' ); if ( ! Utils::is_member() ) { $this->modal( 'membership' ); } ?> <script> jQuery(document).ready( function() { <?php if ( 'gzip' === $this->get_current_tab() ) : ?> return; <?php endif; ?> window.WPHB_Admin.getModule( 'minification' ); <?php if ( isset( $_GET['run'] ) ) : ?> jQuery( document ).trigger( 'check-files' ); <?php endif; ?> <?php if ( 'import' === $this->get_current_tab() ) : ?> window.WPHB_Admin.getModule( 'settings' ); <?php endif; ?> }); </script>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.23 |
proxy
|
phpinfo
|
Settings