updated plugin W3 Total Cache version 2.5.0

This commit is contained in:
2023-10-22 22:21:26 +00:00
committed by Gitium
parent 2f6b5b6047
commit 9e3fa792d7
255 changed files with 10113 additions and 23010 deletions

View File

@ -21,16 +21,9 @@ if ( ! defined( 'W3TC' ) ) {
?>
<div class="wrap" id="w3tc">
<?php
// Upgrade banner.
if ( ! Util_Environment::is_w3tc_pro( $c ) ) {
require W3TC_INC_DIR . '/options/parts/dashboard_banner.php';
}
?>
<?php Util_Ui::print_breadcrumb(); ?>
<p>
Total Cache Image Service is currently
Total Cache WebP Converter is currently
<?php
if ( $c->is_extension_active( 'imageservice' ) ) {
?>
@ -46,9 +39,10 @@ if ( $c->is_extension_active( 'imageservice' ) ) {
</p>
<form id="w3tc-imageservice-settings" action="upload.php?page=w3tc_extension_page_imageservice" method="post">
<?php Util_UI::print_control_bar( 'extension_imageservice_form_control' ); ?>
<div class="metabox-holder">
<?php Util_Ui::postbox_header( esc_html__( 'Configuration', 'w3-total-cache' ), '', '' ); ?>
<?php Util_Ui::postbox_header( esc_html__( 'Configuration', 'w3-total-cache' ), '', 'configuration' ); ?>
<table class="form-table" id="w3tc-imageservice-config">
<?php
@ -107,10 +101,9 @@ Util_Ui::config_item(
</table>
<?php
Util_Ui::button_config_save( 'extension_imageservice_configuration' );
Util_Ui::postbox_footer();
Util_Ui::postbox_header( esc_html__( 'Tools', 'w3-total-cache' ), '', '' );
Util_Ui::postbox_header( esc_html__( 'Tools', 'w3-total-cache' ), '', 'tools' );
?>
<table class="form-table" id="w3tc-imageservice-tools">
@ -146,7 +139,7 @@ Util_Ui::postbox_footer();
Util_Ui::postbox_header(
esc_html__( 'Statistics', 'w3-total-cache' ),
'',
'w3tc-imageservice-statistics'
'statistics'
);
?>
@ -194,7 +187,7 @@ Util_Ui::postbox_header(
</td>
</tr>
<tr>
<th><?php esc_html_e( 'Image Service API usage:', 'w3-total-cache' ); ?></th>
<th><?php esc_html_e( 'WebP Converter API usage:', 'w3-total-cache' ); ?></th>
<td>
<table id="w3tc-imageservice-usage">
<tr>
@ -226,5 +219,3 @@ Util_Ui::postbox_header(
</div>
</form>
</div>