feat(wpmc S2): Plugin::boot() wires Taxonomy + PostType + FieldGroup

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vladimir Bryzgalov
2026-05-12 17:53:58 +05:00
parent f859385761
commit e2399e2360
2 changed files with 35 additions and 1 deletions
+3 -1
View File
@@ -41,7 +41,9 @@ final class Plugin
return;
}
// Stage 2-5 hooks register here. Stage 1 (skeleton) intentionally empty.
Taxonomy::register();
PostType::register();
FieldGroup::register();
}
private function dependencies_satisfied(): bool