'; $rate_us = '' . sprintf(__('Rate %s on %s', 'litespeed-cache'), '' . __('LiteSpeed Cache', 'litespeed-cache') . $stars . '', 'WordPress.org') . ''; $wiki = '' . __('Read LiteSpeed Documentation', 'litespeed-cache') . ''; $forum = '' . __('Visit LSCWP support forum', 'litespeed-cache') . ''; $community = '' . __('Join LiteSpeed Slack community', 'litespeed-cache') . ''; // Change the footer text if (!is_multisite() || is_network_admin()) { $footer_text = $rate_us . ' | ' . $wiki . ' | ' . $forum . ' | ' . $community; } else { $footer_text = $wiki . ' | ' . $forum . ' | ' . $community; }