admin管理员组文章数量:1122832
I am learning WordPress Plugin development. I am going to submit the plugin in wordpress.
In this regard how can I use Composer in my plugin ?
When should I run composer install
? Should I run command before submit ?
I am learning WordPress Plugin development. I am going to submit the plugin in wordpress.org.
In this regard how can I use Composer in my plugin ?
When should I run composer install
? Should I run command before submit ?
1 Answer
Reset to default 2You are using composer to install libraries for your project, that you later use in your code, so yes, you should run and use composer during development, finish your whole code, and then you can submit your plugin with final code.
When you first submit your plugin, WordPress team is evaluating your code in terms of security, good practices etc. so the code you are submitting should be your final, working and tested code.
本文标签: Using Composer in Plugin
版权声明:本文标题:Using Composer in Plugin 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736298758a1930294.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
composer install
? Should I run command before submit ? – Foysal Commented Aug 7, 2024 at 5:22