Tagged Questions
4
votes
3answers
49 views
How to sync with plugins update after I have done manual optimizations?
I have several WordPress running plugins on my site and as per suggestions of wordpress performance optimizations I am planning to do the optimizations on plugins myself.
However, that will mean ...
4
votes
1answer
84 views
Update exisiting site to 3.5 release candidate
I have an existing site that I want to update to 3.5 now, because I want to see if my plugins and themes work in it.
I don't want to wait for the full release (when I'll be able to automatically ...
1
vote
1answer
93 views
How to implement WordPress plugin update that modifies the database?
I develop a WordPress plugin, which has several database tables of its own. The plugin creates these tables when activated, and removes them when deleted/uninstalled.
I have to implement an update ...
3
votes
2answers
288 views
How to disable plugin update notification for a specific plugin in Multisite
How it is possible to disable plugin update check and notification for an custom specific plugin in WP Multisite.
I think it is also important, the plugin is usable as single activation in each blog ...
0
votes
0answers
58 views
How To Update Premium Plugins I made [duplicate]
Possible Duplicate:
Updates for a private plugin?
I am trying to find a way to update my premium plugins for WP. My current needs are that:
the system I use must allow for multiple ...
5
votes
3answers
575 views
How to create a Wordpress plugin for another wordpress plugin?
I always do changes on the Wordpress plugins for clients. But these changes are always in danger to be lost if the plugin is updated.
Is there is a way to make a plugin for another plugin in ...
3
votes
1answer
168 views
plugin wants to update to wrong plugin
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) it wants to get updated to ...
3
votes
2answers
1k views
Update plugin from personal API
I'm developing a wordpress plugin at the moment which I do not want in the Wordpress plugin repository. However I still want to be able to push updates to my costumers from my own API repository.
...