feat(wpmc S2): Plugin::boot() wires Taxonomy + PostType + FieldGroup
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user