Skip to content

Commit 4a446bb

Browse files
committed
Update class-main.php
1 parent 0950b1d commit 4a446bb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

includes/class-main.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,6 @@ private function init() {
207207
new Product_Section_Selector();
208208
}
209209

210-
// Initialize pro features.
211-
if ( wzkb_freemius()->is__premium_only() ) {
212-
if ( wzkb_freemius()->can_use_premium_code() ) {
213-
$this->pro = new Pro\Pro();
214-
}
215-
}
216-
217210
// Initialize admin on init action to ensure translations are loaded.
218211
add_action( 'init', array( $this, 'init_admin' ) );
219212
}

0 commit comments

Comments
 (0)