Reputation: 313
After developing a plugin for Wordpress, I have to submit it to appear in the plugins page in Wordpress, can I edit in the plugin after uploading? Or do I have to upload when I absolutely done with that version? Thanks.
Upvotes: 0
Views: 57
Reputation: 627
If you are referring to submitting your plugin to WordPress.org, then you would want that version to be completed prior to upload. Any subsequent changes would be a new version of the Plugin and should be updated accordingly. So your first release would be version 1, and a minor change might be v1.0.1 if you want to follow Semantic Versioning.
If you are referring to changing it from within a WordPress site's admin page, then it is possible to edit the plugin file. However this is kind of a security risk.
Upvotes: 1
Reputation: 11808
The editing after uploading the plugin fully depends upon the file permission which you have given. Check the WordPress Plugin Editor Screen for editing online after upload. And also this link to for more details.
Upvotes: 0