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.
1 parent b79c3e2 commit 73c4a73Copy full SHA for 73c4a73
classes/class-plugin.php
@@ -23,12 +23,6 @@ public static function activate() {
23
}
24
unset($role);
25
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
- }
32
33
34
/**
0 commit comments