/home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/optimax
Edit: /home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/optimax/settings.tpl.php (4102B)
load_queue( 'optimax' );
$optimax_service_hot = $this->cls( 'Cloud' )->service_hot( Cloud::SVC_OPTIMAX );
$closest_server = Cloud::get_summary( 'server.' . Cloud::SVC_OPTIMAX );
$next_gen = '
' . $this->cls( 'Media' )->next_gen_image_title() . '';
$this->form_action();
?>
|
title( $option_id ); ?>
|
build_switch( $option_id ); ?>
( )
$queue_val ) :
if ( ! is_array( $queue_val ) || empty( $queue_val['url'] ) || ! is_string( $queue_val['url'] ) ) {
continue;
}
// Count only rows that render, so a malformed entry cannot eat a slot.
if ( $i++ > 20 ) :
echo '...';
break;
endif;
echo esc_html( $queue_val['url'] );
$pos = strpos( $queue_key, ' ' );
if ( $pos ) {
echo ' (' . esc_html__( 'Vary Group', 'litespeed-cache' ) . ':' . esc_html( substr( $queue_key, 0, $pos ) ) . ')';
}
if ( ! empty( $queue_val['is_mobile'] ) ) {
echo ' 📱';
}
if ( ! empty( $queue_val['is_nextgen'] ) ) {
echo ' ' . wp_kses_post( $next_gen );
}
echo ' ';
endforeach;
?>
|
form_end();