You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$plugin_placeholder = _x( 'We recommend to use %s plugin.', 'plugin recommendation markup', 'amp' );
166
+
$plugin_placeholder = _x(
167
+
'Please find out available plugin from %s directory. <a href="https://amp-wp.org/documentation/getting-started/amp-site-setup/persistent-object-caching/#i-need-help-setting-up-my-persistent-object-cache">Learn more.</a>',
$description .= '<p>' . __( 'During the test, We found that the site has Redis cache is available.', 'amp' ) . ' ' . $plugin_recommendation . '</p>';
$description .= '<p>' . __( 'During the test, We found that the site has Memcache cache is available.', 'amp' ) . ' ' . $plugin_recommendation . '</p>';
184
188
} elseif ( true === $available_cache['apcu'] ) {
185
189
186
190
$plugin_recommendation = sprintf(
187
191
$plugin_placeholder,
188
-
'<a href="https://wordpress.org/plugins/w3-total-cache/" target="_blank">W3 Total Cache</a>'
$description .= '<p>' . __( 'During the test, We found that the site has Opcache cache is available.', 'amp' ) . ' ' . $plugin_recommendation . '</p>';
@@ -309,7 +313,11 @@ public function is_site_has_memcached() {
0 commit comments