WordPress updates uitvoeren zonder stress: thema’s, plugins en core Running WordPress Updates Without Stress: Themes, Plugins and Core
In dit artikel
WordPress updates zijn beveiligingspatches, bugfixes en nieuwe functies voor je website. Door updates uit te stellen maak je je site kwetsbaar voor hackers — meer dan 90% van gehackte WordPress-sites draaide op verouderde software. In dit artikel leer je hoe je updates veilig en zonder stress uitvoert.
Waarom updates belangrijk zijn
Elke WordPress-update valt in een van drie categorieën:
Beveiligingsupdates — Dichten kwetsbaarheden die hackers kunnen misbruiken. Dit zijn de meest urgente updates.
Bugfixes — Lossen problemen op in bestaande functionaliteit. Geen haast, maar wel belangrijk.
Feature releases — Voegen nieuwe mogelijkheden toe. Leuk, maar test ze eerst goed.
De risico’s van niet updaten zijn groter dan de risico’s van updaten. Een verouderde plugin is als een open deur voor inbrekers.
De juiste update-volgorde
Update altijd in deze volgorde om conflicten te minimaliseren:
1. WordPress core — De kern van je website. Hierop bouwen plugins en thema’s voort.
2. Plugins — Eén voor één als je veel plugins hebt. Zo kun je bij problemen direct de schuldige identificeren.
3. Thema — Als laatste, want thema-updates overschrijven mogelijk je aanpassingen (tenzij je een child theme gebruikt).
Pro-tip
Update nooit alles tegelijk met de “Alles selecteren” knop. Als er daarna iets kapotgaat, weet je niet welke update het veroorzaakte. Update ze één voor één en controleer je site tussendoor.
Voorbereiding: backup en staging
Stap 1: Maak een complete backup
Voordat je iets updatet: maak een volledige backup van je bestanden én database. Gebruik een plugin als UpdraftPlus of BackWPup. Controleer dat de backup downloadbaar is.
Stap 2: Test op staging (bij belangrijke updates)
Veel hostingproviders bieden een staging-omgeving aan — een kopie van je live site waar je veilig kunt testen. Voer de update daar eerst uit en controleer of alles werkt.
Stap 3: Kies het juiste moment
Update op een rustig moment (niet vrijdagmiddag). Zo heb je tijd om problemen op te lossen als er iets misgaat. Vermijd updaten vlak voor een belangrijke campagne of lancering.
Automatische updates instellen
WordPress onderscheidt twee typen automatische updates:
Minor releases (5.9.1 → 5.9.2): Beveiligings- en bugfix-updates. Deze staan standaard aan en dat is goed zo. Laat deze aan.
Major releases (5.9 → 6.0): Grote updates met nieuwe functies. Standaard uit. Wij raden aan deze handmatig te doen na testen.
Voor plugins kun je per plugin kiezen of automatische updates aan staan. Ga naar Plugins → Geïnstalleerde plugins en klik “Automatische updates inschakelen” bij plugins die je vertrouwt. Wees voorzichtig met plugins die je site-layout of -functionaliteit beïnvloeden.
Wat als het misgaat?
Wit scherm (White Screen of Death)
Meestal veroorzaakt door een plugin-conflict. Schakel alle plugins uit via FTP (hernoem de plugins-map) en activeer ze één voor één weer.
Foutmelding na update
Noteer de exacte foutmelding. Zoek online naar de foutcode + je plugin-naam. Vaak is er al een bekende oplossing. Controleer of je PHP-versie compatibel is met de update.
Site volledig kapot
Herstel je backup. Dit is waarom stap 1 (backup maken) niet optioneel is. Met UpdraftPlus kun je een volledige herstel uitvoeren vanuit je dashboard — of via FTP als het dashboard niet meer bereikbaar is.
Thema-aanpassingen verdwenen
Als je rechtstreeks in je themabestanden hebt gewerkt (niet via een child theme), worden die wijzigingen overschreven bij een thema-update. Gebruik altijd een child theme voor aanpassingen.
Update-schema: hoe vaak?
| Update-type | Frequentie | Urgentie |
|---|---|---|
| Beveiligingspatches (core) | Direct (binnen 24-48 uur) | Hoog |
| Plugin-updates (beveiliging) | Binnen 48 uur | Hoog |
| Plugin-updates (features) | Wekelijks tot maandelijks | Normaal |
| Major WordPress releases | Binnen 2 weken (na testen) | Normaal |
| Thema-updates | Maandelijks | Laag |
Veelgestelde vragen
Moet ik elke plugin-update direct uitvoeren?
Beveiligingsupdates: ja. Feature-updates: nee, die kunnen wachten tot je wekelijkse of maandelijkse onderhoudsmoment. Check de changelog om te zien of het een beveiligingsupdate is.
Kan een update mijn website kapotmaken?
Ja, dat kan. Daarom is een backup essentieel. De kans is klein bij betrouwbare plugins, maar compatibiliteitsproblemen komen voor — vooral bij grote WordPress-releases of verouderde plugins.
Wat als een plugin al maanden geen update heeft gehad?
Dat kan twee dingen betekenen: de plugin is stabiel en heeft geen updates nodig, of de plugin is verlaten door de ontwikkelaar. Check de WordPress.org-pagina van de plugin. Staat er “Dit plugin is niet getest met de laatste 3 versies van WordPress”? Dan is het tijd voor een alternatief.
Kan ik updates terugdraaien?
Niet standaard. Met de WP Rollback plugin kun je plugins terugzetten naar een eerdere versie. Voor WordPress core kun je alleen een volledige backup herstellen. Nog een reden om altijd een backup te maken.
In this article
WordPress updates are security patches, bug fixes and new features for your website. By postponing updates, you make your site vulnerable to hackers — over 90% of hacked WordPress sites were running outdated software. In this article, you'll learn how to safely run updates without stress.
Why updates matter
Every WordPress update falls into one of three categories:
Security updates — Patch vulnerabilities that hackers can exploit. These are the most urgent updates.
Bug fixes — Fix problems in existing functionality. Not urgent, but still important.
Feature releases — Add new capabilities. Nice to have, but test them well first.
The risks of not updating are greater than the risks of updating. An outdated plugin is like an open door for burglars.
The correct update order
Always update in this order to minimize conflicts:
1. WordPress core — The foundation of your website. Plugins and themes build on this.
2. Plugins — One by one if you have many plugins. This way you can immediately identify the culprit if problems arise.
3. Theme — Last, because theme updates may overwrite your customizations (unless you use a child theme).
Pro tip
Never update everything at once with the "Select all" button. If something breaks afterward, you won't know which update caused it. Update them one by one and check your site in between.
Preparation: backup and staging
Step 1: Create a complete backup
Before updating anything: make a full backup of your files and database. Use a plugin like UpdraftPlus or BackWPup. Verify the backup is downloadable.
Step 2: Test on staging (for important updates)
Many hosting providers offer a staging environment — a copy of your live site where you can safely test. Run the update there first and check that everything works.
Step 3: Choose the right moment
Update during a quiet time (not Friday afternoon). This gives you time to fix problems if something goes wrong. Avoid updating right before an important campaign or launch.
Setting up automatic updates
WordPress distinguishes two types of automatic updates:
Minor releases (5.9.1 → 5.9.2): Security and bug fix updates. These are enabled by default, and that's good. Leave them on.
Major releases (5.9 → 6.0): Large updates with new features. Disabled by default. We recommend doing these manually after testing.
For plugins, you can choose per plugin whether automatic updates are enabled. Go to Plugins → Installed Plugins and click "Enable auto-updates" for plugins you trust. Be careful with plugins that affect your site layout or functionality.
What if something goes wrong?
White Screen of Death
Usually caused by a plugin conflict. Disable all plugins via FTP (rename the plugins folder) and reactivate them one by one.
Error after update
Note the exact error message. Search online for the error code + your plugin name. Often there's already a known solution. Check if your PHP version is compatible with the update.
Site completely broken
Restore your backup. This is why step 1 (creating a backup) is not optional. With UpdraftPlus, you can perform a full restore from your dashboard — or via FTP if the dashboard is no longer accessible.
Theme customizations gone
If you worked directly in your theme files (not via a child theme), those changes get overwritten during a theme update. Always use a child theme for customizations.
Update schedule: how often?
| Update type | Frequency | Urgency |
|---|---|---|
| Security patches (core) | Immediately (within 24-48 hours) | High |
| Plugin updates (security) | Within 48 hours | High |
| Plugin updates (features) | Weekly to monthly | Normal |
| Major WordPress releases | Within 2 weeks (after testing) | Normal |
| Theme updates | Monthly | Low |
Frequently asked questions
Should I run every plugin update immediately?
Security updates: yes. Feature updates: no, those can wait until your weekly or monthly maintenance slot. Check the changelog to see if it's a security update.
Can an update break my website?
Yes, it can. That's why a backup is essential. The chance is small with reliable plugins, but compatibility issues do occur — especially with major WordPress releases or outdated plugins.
What if a plugin hasn't been updated in months?
That can mean two things: the plugin is stable and doesn't need updates, or the plugin has been abandoned by its developer. Check the plugin's WordPress.org page. Does it say "This plugin has not been tested with the last 3 major releases of WordPress"? Then it's time for an alternative.
Can I roll back updates?
Not by default. With the WP Rollback plugin, you can revert plugins to a previous version. For WordPress core, you can only restore a full backup. Yet another reason to always create a backup.