Skip to content

Commit 73c4a73

Browse files
committed
Fixed fatal error when trying to activate the plugin
1 parent b79c3e2 commit 73c4a73

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

classes/class-plugin.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ public static function activate() {
2323
}
2424
unset($role);
2525
}
26-
27-
// Load builtin plugin "meta for taxo", if not already installed and actived
28-
if ( !function_exists('install_table_termmeta') ) {
29-
require_once(MPT_DIR.'libraries/meta-for-taxonomies/meta-for-taxonomies.php');
30-
install_table_termmeta();
31-
}
3226
}
3327

3428
/**

0 commit comments

Comments
 (0)