我想把我的wordpress插件上传到wordpress.org上。
现在我的插件的结构是
redirect (this is the plugin foldername)
redirect.php (it is the main file with all the logic)
read.txt (this is read me file )我的问题是,我是否需要在此文件夹中添加更多目录或任何其他文件才能在wordpress.org上被接受。
有没有人可以指导我如何在wordpress.org上成功上传我的插件,但是我担心如果我需要添加任何新的文件到我的主插件文件夹中。
发布于 2015-04-12 22:39:26
所有你需要的信息,你可以在这里找到https://wordpress.org/plugins/add/ (查看左边的链接)
您的read.txt文件应重命名为readme.txt,并具有以下结构:https://wordpress.org/plugins/about/readme.txt
https://stackoverflow.com/questions/29590611
复制相似问题