The default username is “root” default password is ” (that is, do not write anything in password filed, leave it empty/blank).
Yeah, just putting this one here because I keep forgetting it and so I don’t need to google it every time.
The default username is “root” default password is ” (that is, do not write anything in password filed, leave it empty/blank).
Yeah, just putting this one here because I keep forgetting it and so I don’t need to google it every time.
This is a very specific problem so it might only work for some. After I updated WordPress and all plugins on an old site that used WordPress Custom Fields to enter some data, the Custom Fields in admin disappeared. I could add a new post but Custom Fields were nowhere to be sen, not even in the screen options.
Long story short, after doing some searching on the net, I found out it was ACF (Advanced Custom Fields) fault. In new version of the plugin they disable WordPress Custom Fields because they think you are using ACF anyway so no need for both. Not sure I agree but here is 2 ways you can try to solve it:
add_filter('acf/settings/remove_wp_meta_box', '__return_false');
WordPress Custom Fields should reappear now.