We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0950b1d commit 4a446bbCopy full SHA for 4a446bb
1 file changed
includes/class-main.php
@@ -207,13 +207,6 @@ private function init() {
207
new Product_Section_Selector();
208
}
209
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
-
217
// Initialize admin on init action to ensure translations are loaded.
218
add_action( 'init', array( $this, 'init_admin' ) );
219
0 commit comments