We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isJetpackConnected
1 parent afa8e10 commit 2a3a0bbCopy full SHA for 2a3a0bb
WooCommerce/Classes/Extensions/WordPressComSiteInfo+Woo.swift
@@ -5,8 +5,6 @@ extension WordPressComSiteInfo {
5
/// Encapsulates the rules that declare a WordPress site as having a valid
6
/// Jetpack installation
7
var hasValidJetpack: Bool {
8
- return hasJetpack &&
9
- isJetpackConnected &&
10
- isJetpackActive
+ isJetpackConnected
11
}
12
0 commit comments