merkushin/wpplugin

WordPress 插件模板

dev-main 2023-07-29 12:14 UTC

This package is not auto-updated.

Last update: 2024-09-19 05:10:08 UTC


README

新插件的模板。

$ composer create-project -s dev merkushin/wpplugin new-plugin

不要忘记重命名插件名称、命名空间和插件文件。

运行测试

$ make test

构建插件

$ make