<?php namespace LiteSpeed; defined('WPINC') || exit(); // ✮✮✮✮✮ $stars = '<span class="wporg-ratings rating-stars"><span class="dashicons dashicons-star-filled" style="color:#ffb900 !important;"></span><span class="dashicons dashicons-star-filled" style="color:#ffb900 !important;"></span><span class="dashicons dashicons-star-filled" style="color:#ffb900 !important;"></span><span class="dashicons dashicons-star-filled" style="color:#ffb900 !important;"></span><span class="dashicons dashicons-star-filled" style="color:#ffb900 !important;"></span></span>'; $rate_us = '<a href="https://wordpress.org/support/plugin/litespeed-cache/reviews/?filter=5#new-post" rel="noopener noreferer" target="_blank">' . sprintf(__('Rate %s on %s', 'litespeed-cache'), '<strong>' . __('LiteSpeed Cache', 'litespeed-cache') . $stars . '</strong>', 'WordPress.org') . '</a>'; $wiki = '<a href="https://docs.litespeedtech.com/lscache/lscwp/overview/" target="_blank">' . __('Read LiteSpeed Documentation', 'litespeed-cache') . '</a>'; $forum = '<a href="https://wordpress.org/support/plugin/litespeed-cache" target="_blank">' . __('Visit LSCWP support forum', 'litespeed-cache') . '</a>'; $community = '<a href="https://litespeedtech.com/slack" target="_blank">' . __('Join LiteSpeed Slack community', 'litespeed-cache') . '</a>'; // Change the footer text if (!is_multisite() || is_network_admin()) { $footer_text = $rate_us . ' | ' . $wiki . ' | ' . $forum . ' | ' . $community; } else { $footer_text = $wiki . ' | ' . $forum . ' | ' . $community; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
admin_footer.php | File | 1.54 KB | 0644 |
|
api_key.php | File | 294 B | 0644 |
|
check_cache_disabled.php | File | 1.55 KB | 0644 |
|
check_if_network_disable_all.php | File | 623 B | 0644 |
|
disabled_all.php | File | 259 B | 0644 |
|
in_upgrading.php | File | 241 B | 0644 |
|
metabox.php | File | 1.07 KB | 0644 |
|
modal.footer.php | File | 9 B | 0644 |
|
modal.header.php | File | 502 B | 0644 |
|
show_display_installed.php | File | 1.34 KB | 0644 |
|
show_error_cookie.php | File | 682 B | 0644 |
|
show_rule_conflict.php | File | 687 B | 0644 |
|