|
title( $option_id ); ?>
|
build_switch( $option_id ); ?>
🚨
conf( Base::O_GUEST ) && ! $this->conf( Base::O_OPTM_UCSS ) ) {
$type_list[] = 'UCSS';
}
if ( $this->conf( Base::O_GUEST ) && ! $this->conf( Base::O_OPTM_CSS_ASYNC ) ) {
$type_list[] = 'CCSS';
}
if ( ! empty( $type_list ) ) {
$the_type = implode( '/', $type_list );
echo ' ';
echo '';
echo '⚠️ ' . sprintf( esc_html__( 'Your %1$s quota on %2$s will still be in use.', 'litespeed-cache' ), esc_html( $the_type ), 'QUIC.cloud' );
echo '';
}
?>
conf( Base::O_GUEST ) ) : ?>
⚠️ : ' . esc_html( Lang::title( Base::O_GUEST ) ) . '' ); ?>
conf( Base::O_CACHE_MOBILE ) ) : ?>
⚠️ : ' . esc_html( Lang::title( Base::O_CACHE_MOBILE ) ) . '' ); ?>
conf( Base::O_IMG_OPTM_WEBP ) ) : ?>
⚠️ : ' . esc_html( Lang::title( Base::O_IMG_OPTM_WEBP ) ) . '' ); ?>
|