Last update at :2024-06-25,Edit by888u
Most of our personal websites, corporate websites, self-media and content-based websites will use the WordPress program core. It does provide a lot of free themes, plug-ins and documents, and the source code party provides more technical upgrade support. Although it was indeed difficult to accept the new Gutenberg editor some time ago. After all, we have been familiar with the traditional editor for so many years, but what cannot be changed is that the official will indeed promote this editor in the future.
According to the official mention, the use of the Gutenberg editor will be mandatory in 2021. Specifically, whether the traditional editor can be replaced later, at least we can refer to "WordPress 5.0 version Gutenberg editor to switch to Classic Editor" Editor Method\\" Continue to use the traditional editor. Or we can add the following code directly to the Functions.php file without a plug-in to disable the Gutenberg editor.
//Disable Gutenberg editor Laozuo.org from sorting add_filter(\\'use_block_editor_for_post\\', \\'__return_false\\');remove_action( \\'wp_enqueue_scripts\\', \\'wp_common_block_scripts_and_styles\\' ) ;
It’s a bit far-fetched. The purpose of today’s article is to see that the WP official website mentioned that WordPress will be updated to version 5.2 at the end of April, and the minimum support for PHP is 5.6.20. If the WEB configuration of our server is lower than PHP5.6.20, and subsequent software upgrades require upgrading, it is recommended to prepare in advance to upgrade PHP.
Let’s see what the official says:
WordPress 5.2 is targeted for release at the end of this month, and with it comes an update to the minimum required version of PHP. WordPress will now require a minimum of PHP 5.6.20.
Beginning in WordPress 5.1, users running PHP versions below 5.6 have had a notification in their dashboard that includes information to help them update PHP. Since then, the WordPress stats have shown an increase in users on more recent versions of PHP.< /p>
And we can see that according to WP's official documentation, the best thing is to upgrade to PHP7.3 version. Therefore, it is recommended that we make preparations in advance, such as whether the plug-ins or themes we are using are compatible. Don’t be caught off guard when something goes wrong after upgrading. There are many ways to upgrade the server PHP version. For example, we can back up the website and then reconfigure the new WEB environment, or we can directly install multiple PHP versions in the server to switch.
1. Installation coexistence and site settings of multiple PHP versions in OneinStack environment
2. LNMP one-click environment installation method for coexistence of multiple PHP versions
3. Experience the WDCP V3.2 version that supports the coexistence of multiple PHP versions and SSL function settings
This is an article about multiple PHP versions that Snail mentioned in his previous article. Later I will continue to compile methods for switching and updating multiple PHP versions in other commonly used environments.
Recommended site searches: US free hosting, Hong Kong high-defense server, virtual hosting evaluation, registration space, search IP, domain name free registration 0 yuan registration, Hong Kong cn2 server, mainland China registration-free cdn, virtual hosting rental, in domain name registration ,
发表评论