Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or...
Am developing a plugin that I would like to submit to the WordPress.org repo. It’s dependent on Apache License 2.0 code, so I know I should license my plugin...
I released a new plugin to the .org repository about a month ago, and have committed several new versions since then, but the pie chart on the stats page...
I get a “update available” notification for my custom plugin “breadcrumbs trail nav” (not hosted in the official repo). Point is that there’s a) no update available and b)...
I’m having major trouble getting the screenshots to show in my plugin. I have validated the readme file and placed the screenshots in both the /trunk and /tags/1.0 directories...
When searching the plugin directory on wordpress.org how are the results ranked? It seems the main components are number of downloads and rating, or is there actually a full...
How can I submit pull request to other’s plugin, which is hosted at wordpress.org? 2 Answers 2 No, the wordpres.org SVN repositories are not for development and there are...
When cloning a SVN repo with git-svn it searches laboriously through every revision for changes that are relevant (at least as I understand it). Is there anyway to make...
One thing that’s never been clear to me (especially since I haven’t submitted a plugin to the repository) is how a plugin’s unique “ID” (slug) is generated (i.e. this...
I just made my first plugin and it got approved by WordPress. Great news for me, but now what? The “instructions” on the Codex are anything but clear for...