Tagged Questions
0
votes
3answers
55 views
Why my plugins are updating automatically?
I have a wordpress site with a few plugins. I had to make some custom changes on a plugin (not a best practice), and of course I don't want to update that plugin.
But for some reason all my plugins ...
0
votes
1answer
294 views
cannot update wordpress from 3.4.2 to 3.5
I am trying to update wordpress from 3.4.2 to 3.5 . However, when I update, I get my old version 3.4.2 back. What could be causing this?
When I click on update it shows all the steps but in the final ...
2
votes
1answer
140 views
Hook into WordPress update?
I'd like to know if there's any way to hook into WordPress update process and send $_POST variable to update server?
I'm delivering plugin/theme updates from private server and I hook into this:
...
1
vote
2answers
59 views
Show warning if plugin is missing
Sorry if this question is a bit to trivial, but I'm writing a theme that depends on a plugin to be installed. It's a multilingual theme, so I absolutely need the user to have Polylang installed. I ...
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
1answer
111 views
Update Wordpress automatically on its own
Is it possible to update Wordpress automatically so that when there's a new version of Wordpress, my installation will update itself automatically without me having to login to admin > update ?
7
votes
5answers
215 views
Automating the Backup Process (30+ websites)
I run an increasing number of WordPress sites, as well as several for clients - and logging in to perform upgrades is becoming tiresome. I'm looking for a means of automating the process, preferably ...
1
vote
2answers
68 views
Did upgrading from 3.3 to 3.3.1 introduce breaking changes in the menu navigation?
I have a WP 3.3.0 site running in production. (version.php says $wp_version = '3.3';)
I have a main menu using WP's built-in functionality. I use
wp_nav_menu(array( 'container_class' => ...
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.
...
0
votes
3answers
166 views
Wordpress update totally broke the install. Main page now displays empty rss feed
Hey guys-
A friend of mine just did an auto-update for the most recent wordpress upgrade.
Upon completion, her site began to display her rss feed on the front page instead of well, her front page.
the ...
2
votes
3answers
873 views
Automatic Updates For Private And Commercial Themes?
Is there any way to get wordpress to check for, download private theme updates?
I found this plugin for private plugin updates....
...
6
votes
1answer
561 views
Real automated and unattended wordpress upgrade including plugins
I'm looking for a truly automated way to upgrade wordpress and its plugins, something that i could put in the crontab and configure it to run daily.
I have several wordpress plugins (>20) and a ...