Description
This plugin provides an easy way to get involved with beta testing WordPress.
Once installed it will enable you to upgrade your website to the latest Nightly, Beta, or Release Candidate at the click of a button using the built in upgrader.
By default once enabled it switches your website onto the point release update channel.
For the more adventurous there is the option to switch to the bleeding edge (trunk) of development.
Don’t forget to backup before you start!
Please enable auto-updates for this plugin to ensure future changes are properly handled with core updates.
Extra Settings
There is a setting to Skip successful autoupdate emails. It functions to disable sending emails to the admin user for successful autoupdates. Only emails indicating failures of the autoupdate process are sent.
There is a setting to Skip bundled plugins and themes. It functions to disable the installation of any plugins or themes that are bundled with the Core update.
PRs are welcome on GitHub.
Installation
- Upload to your plugins folder, usually
wp-content/plugins/ - Activate the plugin on the plugin screen.
- Navigate to Tools … Beta Testing to configure the plugin.
- Under Mulitsite, navigate to Settings … Beta Testing to configure the plugin.
- Visit Dashboard … Upgrade (Or Tools … Upgrade in versions before 3.0) and update to the latest Beta Release.
Reviews
Contributors & Developers
“WordPress Beta Tester” is open source software. The following people have contributed to this plugin.
Contributors“WordPress Beta Tester” has been translated into 29 locales. Thank you to the translators for their contributions.
Translate “WordPress Beta Tester” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
4.0.0 / 2025-11-07
- refactor to use
core_version_check_query_argsfilter for simplicity and compatibility - remove checks on
WP_AUTO_UPDATE_CORE - update to require WordPress 4.9
3.6.4 / 2025-07-10
- update readme
- fixed incorrect path to
delete_plugins() - check for
require_filesystem_credentials()as missing during update.
3.6.3 / 2025-03-25
- update workflow
- add extra setting to remove auto-installed plugin(s)
3.6.2 / 2024-12-02
- Plugin Check and i18n updates
3.6.1 / 2024-10-23
- fix if
get_preferred_from_update_core()continues to return less than a complete response
3.6.0 / 2024-10-09
- remove Report a Bug in favor of using the standalone Test Reports plugin
3.5.6 / 2024-07-06
- string update
- no need to skip debug email
3.5.5 / 2023-10-19
- add
Settingsto action links, thanks @0aveRyan
3.5.4 / 2023-09-09
- use
automatic_updates_send_debug_emailfilter to turn off sending debug email mysql_get_client_info()no longer in PHP 7.0, switch tomysqli_get_client_info()- make anonymous functions static
3.5.3 / 2023-08-10
- update for changed standalone afragen/test-reports plugin
- set actual next beta/RC in messaging
3.5.2 / 2023-07-12
- fix dev-notes URL
3.5.1 / 2023-07-06
- add setting in
Extra Settingsto hideReport a Bug - add filter
wpbt_hide_report_a_bug - update if
Report a Bugplugin active - link to settings if
Report a Bugis hidden - update for latest WP API responses, thanks @dd32
3.5.0 / 2023-06-30
- update dashboard widget for MarComm publishing of posts
- update to correctly identify Opera browser in
Report a Bug - update API query when channel set to beta or RC and version is non-current
- fix
WP_Beta_Tester::switch_update_offer()to correctly display ‘Update’ or ‘Re-install’ buttons on update-core.php - remove unused item from Extra Settings tab
3.4.1 / 2023-05-26
- Report a Bug only for logged in users
3.4.0 / 2023-05-21
- update to point release if set for development beta/rc and new point release occurs
3.3.8 / 2023-05-18
- update composer.json
- update GitHub Actions
- update to correctly return ‘upgrade’ or ‘latest’ offer when set to ‘beta’ or ‘rc’ stream
3.3.7 / 2023-03-28
- better fix for spacing of bug report copy
Report a Bug: update database data for SQLite
3.3.6 / 2023-02-25
- fix spacing of bug report copy
3.3.5 / 2023-02-22
- updated dashboard widget with some better dynamic information
Report a Bug: introduce search button- updated strings
Report a Bug: Truncate the value of mysqli::$client_info
3.3.4 / 2023-03-20
- PHP 5.6 and
EOD, why we can’t have nice looking code in the editor
3.3.3 / 2023-03-20
- add an icon ๐
- improved environment data and display
- improve clipboard text for insertion
- lots of other stuff for Colin to do
3.3.2 / 2023-03-17 ๐ฎ๐ชโ๏ธ
- more fixes for ‘Report a Bug’
- updated/added strings
- some developery stuff
3.3.1 / 2023-03-17 โ๏ธ
- update readme
- sort listed plugins in ‘Report a Bug’
- add mu-plugins in ‘Report a Bug’
- fix for multisite
- initiate plugin in
plugins_loaded


