/home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/toolbox
Edit: /home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/toolbox/purge.tpl.php (11979B)
esc_html__( 'Purge Front Page', 'litespeed-cache' ),
'desc' => esc_html__( 'This will Purge Front Page only', 'litespeed-cache' ),
'icon' => 'purge-front',
'append_url' => Purge::TYPE_PURGE_FRONTPAGE,
),
array(
'title' => esc_html__( 'Purge Pages', 'litespeed-cache' ),
'desc' => esc_html__( 'This will Purge Pages only', 'litespeed-cache' ),
'icon' => 'purge-pages',
'append_url' => Purge::TYPE_PURGE_PAGES,
),
);
foreach ( Tag::$error_code_tags as $code ) {
$_panels[] = array(
'title' => sprintf( esc_html__( 'Purge %s Error', 'litespeed-cache' ), esc_html( $code ) ),
'desc' => sprintf( esc_html__( 'Purge %s error pages', 'litespeed-cache' ), esc_html( $code ) ),
'icon' => 'purge-' . esc_attr( $code ),
'append_url' => Purge::TYPE_PURGE_ERROR . esc_attr( $code ),
);
}
$_panels[] = array(
'title' => esc_html__( 'Purge All', 'litespeed-cache' ) . ' - LSCache',
'desc' => esc_html__( 'Purge the LiteSpeed cache entries created by this plugin', 'litespeed-cache' ),
'icon' => 'purge-all',
'append_url' => Purge::TYPE_PURGE_ALL_LSCACHE,
);
$_panels[] = array(
'title' => esc_html__( 'Purge All', 'litespeed-cache' ) . ' - ' . esc_html__( 'CSS/JS Cache', 'litespeed-cache' ),
'desc' => esc_html__( 'This will purge all minified/combined CSS/JS entries only', 'litespeed-cache' ),
'icon' => 'purge-cssjs',
'append_url' => Purge::TYPE_PURGE_ALL_CSSJS,
);
if ( defined( 'LSCWP_OBJECT_CACHE' ) ) {
$_panels[] = array(
'title' => esc_html__( 'Purge All', 'litespeed-cache' ) . ' - ' . esc_html__( 'Object Cache', 'litespeed-cache' ),
'desc' => esc_html__( 'Purge all the object caches', 'litespeed-cache' ),
'icon' => 'purge-object',
'append_url' => Purge::TYPE_PURGE_ALL_OBJECT,
);
}
if ( Router::opcache_enabled() ) {
$_panels[] = array(
'title' => esc_html__( 'Purge All', 'litespeed-cache' ) . ' - ' . esc_html__( 'Opcode Cache', 'litespeed-cache' ),
'desc' => esc_html__( 'Reset the entire opcode cache', 'litespeed-cache' ),
'icon' => 'purge-opcache',
'append_url' => Purge::TYPE_PURGE_ALL_OPCACHE,
);
}
if ( $this->has_cache_folder( 'ccss' ) ) {
$_panels[] = array(
'title' => esc_html__( 'Purge All', 'litespeed-cache' ) . ' - ' . esc_html__( 'Critical CSS', 'litespeed-cache' ),
'desc' => esc_html__( 'This will delete all generated critical CSS files', 'litespeed-cache' ),
'icon' => 'purge-cssjs',
'append_url' => Purge::TYPE_PURGE_ALL_CCSS,
);
}
if ( $this->has_cache_folder( 'ucss' ) ) {
$_panels[] = array(
'title' => esc_html__( 'Purge All', 'litespeed-cache' ) . ' - ' . esc_html__( 'Unique CSS', 'litespeed-cache' ),
'desc' => esc_html__( 'This will delete all generated unique CSS files', 'litespeed-cache' ),
'icon' => 'purge-cssjs',
'append_url' => Purge::TYPE_PURGE_ALL_UCSS,
);
}
if ( $this->has_cache_folder( 'localres' ) ) {
$_panels[] = array(
'title' => esc_html__( 'Purge All', 'litespeed-cache' ) . ' - ' . esc_html__( 'Localized Resources', 'litespeed-cache' ),
'desc' => esc_html__( 'This will delete all localized resources', 'litespeed-cache' ),
'icon' => 'purge-cssjs',
'append_url' => Purge::TYPE_PURGE_ALL_LOCALRES,
);
}
if ( $this->has_cache_folder( 'lqip' ) ) {
$_panels[] = array(
'title' => esc_html__( 'Purge All', 'litespeed-cache' ) . ' - ' . esc_html__( 'LQIP Cache', 'litespeed-cache' ),
'desc' => esc_html__( 'This will delete all generated image LQIP placeholder files', 'litespeed-cache' ),
'icon' => 'purge-front',
'append_url' => Purge::TYPE_PURGE_ALL_LQIP,
);
}
if ( $this->has_cache_folder( 'vpi' ) ) {
$_panels[] = array(
'title' => __( 'Purge All', 'litespeed-cache' ) . ' - VPI',
'desc' => __( 'This will delete all generated Viewport Images', 'litespeed-cache' ),
'icon' => 'purge-front',
'append_url' => Purge::TYPE_PURGE_ALL_VPI,
);
}
if ( $this->has_cache_folder( 'avatar' ) ) {
$_panels[] = array(
'title' => esc_html__( 'Purge All', 'litespeed-cache' ) . ' - ' . esc_html__( 'Gravatar Cache', 'litespeed-cache' ),
'desc' => esc_html__( 'This will delete all cached Gravatar files', 'litespeed-cache' ),
'icon' => 'purge-cssjs',
'append_url' => Purge::TYPE_PURGE_ALL_AVATAR,
);
}
$_panels[] = array(
'title' => esc_html__( 'Purge All', 'litespeed-cache' ),
'desc' => esc_html__( 'Purge the cache entries created by this plugin except for Critical CSS & Unique CSS & LQIP caches', 'litespeed-cache' ),
'icon' => 'purge-all',
'title_cls' => 'litespeed-warning',
'newline' => true,
'append_url' => Purge::TYPE_PURGE_ALL,
);
if ( ! is_multisite() || is_network_admin() ) {
$_panels[] = array(
'title' => esc_html__( 'Empty Entire Cache', 'litespeed-cache' ),
'desc' => esc_html__( 'Clears all cache entries related to this site, including other web applications.', 'litespeed-cache' ) . '
' . esc_html__( 'This action should only be used if things are cached incorrectly.', 'litespeed-cache' ) . '',
'tag' => Core::ACTION_PURGE_EMPTYCACHE,
'icon' => 'empty-cache',
'title_cls' => 'litespeed-danger',
'cfm' => esc_html__( 'This will clear EVERYTHING inside the cache.', 'litespeed-cache' ) . ' ' . esc_html__( 'This may cause heavy load on the server.', 'litespeed-cache' ) . ' ' . esc_html__( 'If only the WordPress site should be purged, use Purge All.', 'litespeed-cache' ),
);
}
?>
form_action( Core::ACTION_PURGE_BY ); ?>