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

@ -5,33 +5,15 @@ if ( ! defined( 'W3TC' ) ) {
die();
}
?>
<form action="admin.php" xmlns="http://www.w3.org/1999/html" method="get">
<input type="hidden" name="page" value="w3tc_support" />
<ul>
<?php
$cnt = is_array( $items ) ? count( $items ) : 0;
for ( $n = 0; $n < $cnt; $n++ ) :
?>
<li>
<div class="w3tc_generic_widgetservice_radio_outer">
<input id="service<?php echo esc_attr( $n ); ?>"
type="radio"
class="w3tc_generic_widgetservice_radio w3tc-ignore-change"
name="service_item"
value="<?php echo esc_attr( $n ); ?>" />
</div>
<label for="service<?php echo esc_attr( $n ); ?>" class="w3tc_generic_widgetservice_label">
<?php echo esc_html( $items[ $n ]['name'] ); ?>
</label>
</li>
<?php
endfor;
?>
</ul>
<div id="buy-w3-service-area"></div>
<p>
<input id="buy-w3-service" name="buy-w3-service" type="submit"
class="button button-primary button-large"
value="<?php esc_attr_e( 'Buy now', 'w3-total-cache' ); ?>" />
</p>
</form>
<ul class="w3tc-visible-ul">
<?php
$services = Generic_WidgetServices::get_services();
foreach ( $services as $service ) {
echo '<li>' . esc_html( $service ) . '</li>';
}
?>
</ul>
<br/>
<a class="button-primary" href="<?php echo esc_url( Util_Ui::admin_url( 'admin.php?page=w3tc_support' ) ); ?>">
<?php esc_html_e( 'Learn More', 'w3-total-cache' ); ?>
</a>