' ) ) { $update_available = true; } $download_url = $subscription['product_url']; if ( ! $installed && ! empty( $updates[ $product_id ]['package'] ) ) { $download_url = $updates[ $product_id ]['package']; } $classes = array( 'color-bar' => true, 'expired' => $subscription['expired'], 'expiring' => $subscription['expiring'], 'update-available' => $update_available, 'autorenews' => $subscription['autorenew'], ); $classes = array_filter( $classes, function( $i ) { return (bool) $i; } ); $classes = array_keys( $classes ); ?>

[?] [?]




0 ) { /* translators: %1$d: sites active, %2$d max sites active */ printf( __( '(%1$d of %2$d used)', 'woocommerce' ), $subscription['sites_active'], $subscription['sites_max'] ); } ?>


$data ) : ?> ' ) ) { $update_available = true; } $product_url = '#'; if ( ! empty( $updates[ $product_id ]['url'] ) ) { $product_url = $updates[ $product_id ]['url']; } elseif ( ! empty( $data['PluginURI'] ) ) { $product_url = $data['PluginURI']; } ?>
%1$s installed', 'woocommerce' ), esc_html( $data['Name'] ), esc_html( $data['Version'] ) ); ?>
[?]