diff --git a/src/WordPress.php b/src/WordPress.php index 1f83802..8245a2f 100644 --- a/src/WordPress.php +++ b/src/WordPress.php @@ -586,6 +586,7 @@ public function info( $args, $assoc_args ) { $info[] = [ 'SSL Wildcard', $this->site_data['site_ssl_wildcard'] ? 'Yes' : 'No' ]; } $info[] = [ 'Cache', $this->cache_type ? 'Enabled' : 'None' ]; + $info[] = [ 'Proxy Cache', 'on' === $this->site_data['proxy_cache'] ? 'Enabled' : 'Off' ]; \EE\Utils\format_table( $info );