Initial commit

Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
2025-06-19 11:19:31 -04:00
parent 13f631a1e3
commit b97d99fed3
11 changed files with 165 additions and 49 deletions

5
composer.json Normal file
View File

@@ -0,0 +1,5 @@
{
"autoload": {
"psr-4": {"wp_plugin_base\\": "."}
}
}