Will it cause problems if I replace the wordpress core files (all but the config file) in my project with the wordpress 5.0 beta for testing?
No, but itâs easier to install the WordPress Beta Tester plugin and choose Bleeding edge nightlies in the settings. Then go the the update-core.php
page and select Update Now
.
1 Like
Thank you!
Note: I think âbleeding edgeâ with WP Beta is installing 5.1. If you want 5.0-RC2 itâs easiest to use wp cli
wp core update --version="5.0-RC2" --force
@jb510 trust me Iâm a doctor, also the maintainer of the WordPress Beta Tester plugin.
Using wp-cli works too.
NB: After 5.0 drops, tomorrow, itâs likely that âbleeding edge nightliesâ will install 5.1alpha.
1 Like