Skip to content

Commit fb58810

Browse files
Remove account status in sidebar
1 parent 887b13b commit fb58810

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

assets/src/dashboard/parts/connected/OptimizationStatus.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ const OptimizationStatus = ({ settings }) => {
66
const lazyloadEnabled = 'enabled' === settings?.lazyload && 'inactive' !== userStatus;
77
const imageHandlingEnabled = 'enabled' === settings?.image_replacer && 'inactive' !== userStatus;
88
const statuses = [
9-
{
10-
active: 'inactive' !== userStatus,
11-
label: optimoleDashboardApp.strings.optimization_status.statusTitle4,
12-
description: optimoleDashboardApp.strings.optimization_status.statusSubTitle4
13-
},
149
{
1510
active: imageHandlingEnabled,
1611
label: optimoleDashboardApp.strings.optimization_status.statusTitle1,

inc/admin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,8 +2136,6 @@ private function get_dashboard_strings() {
21362136
'statusSubTitle2' => __( 'Images load as visitors scroll', 'optimole-wp' ),
21372137
'statusTitle3' => __( 'Image Scalling', 'optimole-wp' ),
21382138
'statusSubTitle3' => __( 'All images are perfectly sized for devices', 'optimole-wp' ),
2139-
'statusTitle4' => __( 'Account Status', 'optimole-wp' ),
2140-
'statusSubTitle4' => __( 'Your optimole account status', 'optimole-wp' ),
21412139
],
21422140
'optimization_tips' => sprintf(
21432141
/* translators: 1 is the opening anchor tag, 2 is the closing anchor tag */

0 commit comments

Comments
 (0)