! empty( $s['active'] ) ) );
// Whether to render the locked PRO section at the bottom of this list.
$show_locked = $show_locked ?? true;
// Slugs that are rendered in the locked PRO section -- skip them in the main loop for free users.
$locked_pro_slugs = ( ! BackWPup::is_pro() && $show_locked ) ? [ 'GDRIVE', 'GLACIER', 'HIDRIVE', 'ONEDRIVE' ] : [];
?>
-
$storage['name'],
'slug' => $storage['slug'],
'active' => $storage['active'],
'full_width' => $full_width,
'prefix' => $prefix,
'label' => $storage['label'],
'job_id' => $job_id,
'total_active' => $total_active,
'deactivated_message' => $storage['deactivated_message'],
]
);
?>
'GDRIVE',
'label' => 'Google Drive',
],
[
'slug' => 'GLACIER',
'label' => 'Amazon Glacier',
],
[
'slug' => 'HIDRIVE',
'label' => 'HiDrive',
],
[
'slug' => 'ONEDRIVE',
'label' => 'Microsoft OneDrive',
],
];
do_action( 'backwpup_track_nudge_impression', 'storage_selection' );
?>
-
$locked_storage['slug'],
'label' => $locked_storage['label'],
'full_width' => $full_width,
]
);
?>