PATH:
home
/
centosnipponia
/
public_html
/
lineup
/
wp-content
/
plugins
/
litespeed-cache
/
tpl
/
inc
<?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 ; }
[+]
..
[-] admin_footer.php
[edit]
[-] api_key.php
[edit]
[-] check_cache_disabled.php
[edit]
[-] check_if_network_disable_all.php
[edit]
[-] disabled_all.php
[edit]
[-] in_upgrading.php
[edit]
[-] metabox.php
[edit]
[-] modal.footer.php
[edit]
[-] modal.header.php
[edit]
[-] show_display_installed.php
[edit]
[-] show_error_cookie.php
[edit]
[-] show_rule_conflict.php
[edit]
[-] .htaccess.disabled
[edit]