feat(wpmc S3): Plugin::boot() wires ShortcodeDmr

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vladimir Bryzgalov
2026-05-12 20:10:42 +05:00
parent adbbd205a1
commit 3dbca34234
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ final class Plugin
Taxonomy::register();
PostType::register();
FieldGroup::register();
ShortcodeDmr::register();
}
private function dependencies_satisfied(): bool