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
- Hide prices and checkout functionality in woocommerce
- How do I exclude plugins from getting automatically updated?
- 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 can I create a bash install script for my WordPress sites setup (WP+plugins+theme)?
- How can I have two different urls for the same page that load two different templates?
- How to enable edit button in the theme’s customize UI?
- A Way to Auto update plugins using cron?
- Ship plugin with a custom theme
- How to solve a conflict between a plugin and a theme?
- WP Config for FTP credentials
- WordPress error – PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata()
- Force wordpress to request for FTP Info on theme/plugin install/update
- Workflow and best practice for documentation [closed]
- Override the core function locate_template
- Can I share predefined fonts from theme_support with a gutenberg component?
- How can I measure the performance of any WordPress Plugin or Theme?
- Hook before & after plugin / core update
- add_action in functions.php, do_action in plugin?
- Installing WordPress only for a separate page – ‘mydomain.com/blog’
- ‘Customize’ button in admin bar for CSS
- Best method to upgrade multisite plugin’s numerous database table
- Uncode theme content block header ignoring saved changes/not updating?
- Theme and plugin install or update display error in localhost
- Reduce Drop down Menu Width in WordPress
- Create custom registration form for WordPress Multisite
- Classified ad website : which solutions to use? [closed]
- posts comments goes to trash
- Advanced Custom Field DatePicker [closed]
- What will happen if i deactivate my visual composer plug in? [closed]
- Finding the URL to be used to check if plugin is installed with a theme
- WordPress 3.8.3. custom theme – sliders won’t load js/css files
- Disable a plugin from ever upgrading?
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- Remove specific plugins and themes from the Dashboard->Updates page [duplicate]
- Theme Custom Pages
- how can I do something on new user registration?
- Making that Admin Bar transparent or a blue color
- how to activate a plugin inside a theme
- There has been a critical error on your website – won’t fix no matter what
- How to get theme’s info from wordpress.org/themes using api.wordpress.org?
- Override/ignore CSS from active theme as not to interfere with my custom CSS
- To perform the requested action, WordPress needs to access your web > server
- How to find the list of custom post type where logged in user is author
- why need theme,if page builder is there in wordpress [closed]
- speed up pagination for huge database
- Override css rules of a plugin within my own theme
- I want to use wordpress themes and plugin to develop website
- Is it possible for a plugin to prevent certain plugins from being installed?
- WP e-Commerce Gold Cart with Plugin Built Into Theme
- Per theme plugins?
- Edit all $wp_scripts at once to $in_footer = false
- In Multisite Setups, how to update mass sections of sub-sites
- Can’t load the the canges of field groups [duplicate]
- elementor development – custom widget like an inner section widget
- How Can I Create A Form In WordPress For Subscribers To Alert Them about new Listing posted?
- Different theme menu
- Bash script to check available updates
- WordPress fresh installation did not update default plugin and themes to latest version
- How to store a custom theme and update it on other installations
- Link custom post type to page
- Showing different js file for different theme in wordpress customizer api
- WordPress panel is not loading after plugin activated with error: HTTP ERROR 500
- Cron job emails blank
- How can I add a custom checkbox / radio button on the admin theme options to display a CSS or other?
- wp_login_form() ignoring login_form action hook
- WordPress Theme/Plugin Install (about FTP Connection)
- WordPress core update fails – no issues with plugin updates
- How to add the functionality of WordPress needed to be installed to be mandatory while installing themes
- How to fix On “An unexpected error occurred” message when I click on Add new theme or plugin?
- How to display post by date written (1974) and not date published (today)?
- Images is not showing after migration
- Incentive theme – Getting ’You do not have sufficient permissions’ while trying to install plugins
- Child Theme Changes Are Not Reflecting In Parent Theme
- Input gets deleted/overwritten after changing to different Admin Menu
- installed WordPress but can’t upgrade or add plugins due to webdav https?
- Theme specific plugin, how?
- How do I make the selected layout display for all MarketPress pages?
- Run WP inside a other Site without using frames
- Can’t get custom user meta to show in header
- Breadcrumb is not generating the correct post page url
- Display static pages instead of category, in code
- How to make only selected posts appear on a selected wordpress page
- Can’t upgrade themes or plugins after upgrading WordPress to 4.4
- Theme causing SSL break on chrome
- wordpress illegal string offset ‘parameter’ error
- Install theme as part of a plugin
- Divi Template A Few Questions
- Trying to use wp_register_script/style and enqueu them from an array – getting an error [duplicate]
- Real estate schema markup not showing up on Rich Results test
- How to create an Info Box on WordPress [closed]
- How to make content as required in custom post type?
- Any plugin installation and update overwrite current theme
- Problem on a wordpress website with a plugin [closed]
- What’s the best way to update my WordPress theme to Elementor?