As stated here:
The only current officially supported version is WordPress 4.9.8.
Previous major releases before this may or may not get security
updates as serious exploits are discovered.
And it has always been that way – only one version is officially supported.
This means it’s always a bad idea to postpone updates.
So if you’re afraid of Gutenberg, then you should:
-
Prepare a test version for your site and check if it will cause any problems with 5.0.
-
Disable Gutenberg, if you don’t want to use it.
You can disable Gutenberg with this code:
if (version_compare($GLOBALS['wp_version'], '5.0-beta', '>')) {
// WP > 5 beta
add_filter('use_block_editor_for_post_type', '__return_false', 100);
} else {
// WP < 5 beta
add_filter('gutenberg_can_edit_post_type', '__return_false');
}
or using one of available plugins.
Related Posts:
- Why users disable the WordPress update?
- I can’t upload a new wordpress theme from a zipped file
- WSOD after upgrading to 3.1
- Does WP delete deprecated plugin/theme files on plugin/theme upgrade?
- WordPress wp get_temp_dir return non exiting folder, thus failing plugin & themes update
- Tips for using WordPress as a CMS? [closed]
- Upgrade 4.5.2 to 4.5.3 deleting row in wp_options table
- Custom Post Type Templates from Plugin Folder?
- to perform the requested action wordpress needs to access your web server. please enter your ftp
- Disable plugin / plugin action via theme
- What Are Security Best Practices for WordPress Plugins and Themes? [closed]
- Hide prices and checkout functionality in woocommerce
- How do I exclude plugins from getting automatically updated?
- Where can I sell WordPress themes and plugins? [closed]
- Can I upgrade a plugin to a specific version?
- How to check if a theme is active?
- how to get path to images in the uploads folder to be used in a plugin
- How to maintain W3C standards compliance of a theme
- Difference between a theme and a plugin?
- What are the package and subpackage comment for?
- Plugin upgrading: Widget settings
- How can I create a bash install script for my WordPress sites setup (WP+plugins+theme)?
- Shared functionality in plugins and themes
- How to customize a plugin whilst maintaining ability to upgrade
- Experiences with adding Nonces to the comment form
- How to add favicon to my site – in both front end and admin panel
- How to get the active theme’s slug?
- Create theme files for plugin
- How to add plugins to wordpress theme?
- How can I have two different urls for the same page that load two different templates?
- How to avoid plugin name conflicts from the upgrade notifier?
- Plugin (or Theme) containing its own Plugins?
- How to check plugin compatibility before upgrading WordPress
- Reordering themes in admin panel
- All shortcodes not working on custom theme
- How to enable edit button in the theme’s customize UI?
- Disable plugins on cron and ajax page
- Need to create a Theme demo site that features multiple themes
- A Way to Auto update plugins using cron?
- Is it good practice to remove redundant plugins and themes?
- Ship plugin with a custom theme
- Get URL of a specific file
- Disable author pages for specific users
- Updating WordPress – the best approach (updating wp core, plugins and db)
- Set active theme via URL
- Declare a function before plugin does on the theme functions.php file
- How get list of updates of wp site?
- How to solve a conflict between a plugin and a theme?
- WP Config for FTP credentials
- How do I make my wordpress page more friendly for mobile viewers?
- WordPress error – PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata()
- How can I list only sites that use a particular theme or plugin?
- Which hook callback has priority if both plugin and theme use the same hook?
- Missing argument 2 for wpdb::prepare() Issue
- disable active plugins for specific theme
- Hook (upgrader_process_complete) running moment
- WordPress plugin DB upgrade
- Check javascript file Proper way in functions.php
- Should I use RIPS tool to test my themes and plugins?
- Make the css of the widget overwrite theme css
- Themes VS Plugins [duplicate]
- Force wordpress to request for FTP Info on theme/plugin install/update
- Migrating a File from Plugin to Theme and changing its path → instead create a REST endpoint
- A way to sort WordPress themes? [closed]
- Can a WordPress plugin or theme contain a virus?
- dequeue not work
- Upgrading WordPress 4.0 asks for FTP password
- Whats the difference between Page Builder Plugins and Theme Builder Softwares? [closed]
- How to use load_plugin_textdomain from within a theme
- adding a text message beside the comment submit button
- Theme and Plugins sharing common libraries
- Workflow and best practice for documentation [closed]
- Is there a quick way to inject i18n domain into theme/plugin files?
- How to avoid redefining requirejs in plugin when another plugin also uses requirejs
- Get list of sites that uses specific plugin or theme
- What is the easiest way to implement cascading database upgrade for my plugin?
- Override the core function locate_template
- WordPress site migration addvice
- Set WordPress Featured Image For All Post Slugs Matching Image File Name in Specified Directory
- Recommendations for books/resource to get started with wordpress 3 development (plugins/themes) [closed]
- Uncaught Error: Call to undefined function get_user_by() after moving function from theme to plugin
- Can I share predefined fonts from theme_support with a gutenberg component?
- Is there a reliable way to keep track of how long a WordPress theme has been active?
- How can I measure the performance of any WordPress Plugin or Theme?
- Translating plugin inside the theme [closed]
- Upgrade Private Plugin without Deleting
- Hook before & after plugin / core update
- Why are some of my thumbnails not being generated?
- How to Implement “Notice: This theme recommands the following plugin:xyz” in wordpress? [closed]
- Making menu link open in new tab?
- Woocommerce sidebar not loading in theme
- Include Max mega menu Plugin into theme
- Change settings of get_post_type_object
- add_action in functions.php, do_action in plugin?
- add_meta_box (Will display only in specific page admin WordPress)
- Sage WordPress – Plugin Namespace: Not Found
- Installing WordPress only for a separate page – ‘mydomain.com/blog’
- Implement plugins as part of a theme
- How can I list recent posts excerpts?
- How to remove all javascript in a theme wordpress?