'; $rate_us = '' . sprintf( esc_html__( 'Rate %1$s on %2$s', 'litespeed-cache' ), '' . esc_html__( 'LiteSpeed Cache', 'litespeed-cache' ) . $stars . '', 'WordPress.org' ) . ''; $wiki = '' . esc_html__( 'Read LiteSpeed Documentation', 'litespeed-cache' ) . ''; $forum = '' . esc_html__( 'Visit LSCWP support forum', 'litespeed-cache' ) . ''; $community = '' . esc_html__( '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; }