There are no reviews yet. Be the first to send feedback to the community and the maintainers!
=== Classic Editor === Contributors: wordpressdotorg, azaozz, melchoyce, chanthaboune, alexislloyd, pento, youknowriad, desrosj, luciano-croce Tags: gutenberg, disable, disable gutenberg, editor, classic editor, block editor Requires at least: 4.9 Tested up to: 6.2 Stable tag: 1.6.3 Requires PHP: 5.2.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Enables the previous "classic" editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports all plugins that extend this screen. == Description == Classic Editor is an official plugin maintained by the WordPress team that restores the previous ("classic") WordPress editor and the "Edit Post" screen. It makes it possible to use plugins that extend that screen, add old-style meta boxes, or otherwise depend on the previous editor. Classic Editor is an official WordPress plugin, and will be fully supported and maintained until 2024, or as long as is necessary. At a glance, this plugin adds the following: * Administrators can select the default editor for all users. * Administrators can allow users to change their default editor. * When allowed, the users can choose which editor to use for each post. * Each post opens in the last editor used regardless of who edited it last. This is important for maintaining a consistent experience when editing content. In addition, the Classic Editor plugin includes several filters that let other plugins control the settings, and the editor choice per post and per post type. By default, this plugin hides all functionality available in the new block editor ("Gutenberg"). == Changelog == = 1.6.3 = * Added some WPCS fixes, props NicktheGeek on GitHub. * Updated "Tested up to" in the readme and removed it from classic-editor.php. This should fix false positive errors in security plugins in the future. = 1.6.2 = * Fixed bug that was preventing saving of the last used editor. = 1.6.1 = * Fixed a warning on the block editor based widgets screen. * Fixed use of a deprecated filter. = 1.6 = * Updated for WordPress 5.5. * Fixed minor issues with calling deprecated functions, needlessly registering uninstall hook, and capitalization of some strings. = 1.5 = * Updated for WordPress 5.2 and Gutenberg 5.3. * Enhanced and fixed the "open posts in the last editor used to edit them" logic. * Fixed adding post state so it can easily be accessed from other plugins. = 1.4 = * On network installations removed the restriction for only network activation. * Added support for network administrators to choose the default network-wide editor. * Fixed the settings link in the warning on network About screen. * Properly added the "Switch to classic editor" menu item to the block editor menu. = 1.3 = * Fixed removal of the "Try Gutenberg" dashboard widget. * Fixed condition for displaying of the after upgrade notice on the "What's New" screen. Shown when the classic editor is selected and users cannot switch editors. = 1.2 = * Fixed switching editors from the Add New (post) screen before a draft post is saved. * Fixed typo that was appending the edit URL to the `classic-editor` query var. * Changed detecting of WordPress 5.0 to not use version check. Fixes a bug when testing 5.1-alpha. * Changed the default value of the option to allow users to switch editors to false. * Added disabling of the Gutenberg plugin and lowered the required WordPress version to 4.9. * Added `classic_editor_network_default_settings` filter. = 1.1 = Fixed a bug where it may attempt to load the block editor for post types that do not support editor when users are allowed to switch editors. = 1.0 = * Updated for WordPress 5.0. * Changed all "Gutenberg" names/references to "block editor". * Refreshed the settings UI. * Removed disabling of the Gutenberg plugin. This was added for testing in WordPress 4.9. Users who want to continue following the development of Gutenberg in WordPress 5.0 and beyond will not need another plugin to disable it. * Added support for per-user settings of default editor. * Added support for admins to set the default editor for the site. * Added support for admins to allow users to change their default editor. * Added support for network admins to prevent site admins from changing the default settings. * Added support to store the last editor used for each post and open it next time. Enabled when users can choose default editor. * Added "post editor state" in the listing of posts on the Posts screen. Shows the editor that will be opened for the post. Enabled when users can choose default editor. * Added `classic_editor_enabled_editors_for_post` and `classic_editor_enabled_editors_for_post_type` filters. Can be used by other plugins to control or override the editor used for a particular post of post type. * Added `classic_editor_plugin_settings` filter. Can be used by other plugins to override the settings and disable the settings UI. = 0.5 = * Updated for Gutenberg 4.1 and WordPress 5.0-beta1. * Removed some functionality that now exists in Gutenberg. * Fixed redirecting back to the classic editor after looking at post revisions. = 0.4 = * Fixed removing of the "Try Gutenberg" call-out when the Gutenberg plugin is not activated. * Fixed to always show the settings and the settings link in the plugins list table. * Updated the readme text. = 0.3 = * Updated the option from a checkbox to couple of radio buttons, seems clearer. Thanks to @designsimply for the label text suggestions. * Some general updates and cleanup. = 0.2 = * Update for Gutenberg 1.9. * Remove warning and automatic deactivation when Gutenberg is not active. = 0.1 = Initial release. == Frequently Asked Questions == = Default settings = When activated and when using a classic (non-block) theme, this plugin will restore the previous ("classic") WordPress editor and hide the new block editor ("Gutenberg"). These settings can be changed at the Settings => Writing screen. = Default settings for network installation = There are two options: * When network-activated and when using a classic (non-block) theme, this plugin will set the classic editor as default and prevent site administrators and users from changing editors. The settings can be changed and default network-wide editor can be selected on the Network Settings screen. * When not network-activated each site administrator will be able to activate the plugin and choose options for their users. = Cannot find the "Switch to classic editor" link = It is in the main block editor menu, see this [screenshot](https://ps.w.org/classic-editor/assets/screenshot-7.png?rev=2023480). = Does this work with full site editing and block themes? = No, as block themes rely on blocks. [See Block themes article](https://wordpress.org/support/article/block-themes/) for more information. == Screenshots == 1. Admin settings on the Settings -> Writing screen. 2. User settings on the Profile screen. Visible when the users are allowed to switch editors. 3. "Action links" to choose alternative editor. Visible when the users are allowed to switch editors. 4. Link to switch to the block editor while editing a post in the classic editor. Visible when the users are allowed to switch editors. 5. Link to switch to the classic editor while editing a post in the block editor. Visible when the users are allowed to switch editors. 6. Network settings to select the default editor for the network and allow site admins to change it. 7. The "Switch to classic editor" link.
WordPress
WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.gutenberg
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.Requests
Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.WordPress-Coding-Standards
PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventionswordpress-develop
WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a link to a pre-existing ticket on https://core.trac.wordpress.org/ with every pull request.wordpress-playground
Run WordPress in the browser via WebAssembly PHPgutenberg-examples
Examples for extending WordPress/Gutenberg with blocks.two-factor
Two-Factor Authentication for WordPress.gutenberg-starter-theme
A simple theme for testing Gutenberg.dashicons
Dashicons, the WordPress admin icon font. For the official resource, please see the WordPress Developer Hub.theme-experiments
Experimenting with themes made out of blocks.book
Our book about WordPress. Version 1twentytwentytwo
Twenty Twenty-Two, the default WordPress theme that will launch with WordPress 5.9.theme-check
Theme Check pluginperformance
Performance plugin from the WordPress Performance Group, which is a collection of standalone performance modules.twentynineteen
Twenty Nineteen is a theme now included in all WordPress installs. To report any issues please go here: https://core.trac.wordpress.org/newtickettwentysixteen
Twenty Sixteen is a theme now included in all WordPress installs. To report any issues please go here: https://core.trac.wordpress.org/newticketcreate-block-theme
A WordPress plugin to create block themestwentytwenty
Twenty Twenty is included in Core as of WordPress 5.3 π To report any issues, please go here: https://core.trac.wordpress.org/newticketLearn
WordPress.org Learn - The canonical source for the code and content behind https://learn.WordPress.orgplugin-check
A repository for the new Plugin Check plugin from the WordPress Performance and Plugins Team.openverse
Openverse is a search engine for openly-licensed media. This monorepo includes all application code.phpdoc-parser
Documentation parser powering developer.wordpress.orgsqlite-database-integration
Feature Plugin to add SQLite support to WordPress. Under Development.twentytwentyfour
meta-environment
A collection of scripts that provision the official WordPress.org websites into a Varying Vagrant Vagrants installation.wp-movies-demo
Demo of the Interactivity APIwp-feature-notifications
WP Feature Notifications - a proposal to modernise the way in which WordPress handles emails, admin notices and user notificationsapplication-passwords
twentyseventeen
Twenty Seventeen is a theme now included in all WordPress installs. To report any issues please go here: https://core.trac.wordpress.org/newtickettwentytwentyone
Ongoing development of Twenty Twenty-One, the new default WordPress theme slated for 5.6.health-check
Health Check is a WordPress plugin that will perform a number of checks on your WordPress install to detect common configuration errors and known issues.block-development-examples
Practical examples for building WordPress blocks and extending the Editor.playground-tools
secure-swfupload
A fork of the long-abandoned SWFUpload project, maintained by WordPress and others to ensure that a secure version of SWFUpload exists. Report security vulnerabilities to [email protected].wporg-plugin-guidelines
WordPress.org Plugin Directory Guidelineswordcamp.org
WordCamps are casual, locally-organized conferences covering everything related to WordPress.twentytwentythree
Twenty Twenty-Three, the default WordPress theme sporting many styles that will launch with WordPress 6.1.pattern-directory
The WordPress Block Pattern DirectoryHelpHub
The WordPress user documentation portalblock-interactivity-experiments
β οΈ WARNING: This repository is no longer active. The development and discussions have been moved to the Gutenberg repository.wordpress.org
WordPress.org Meta, Git-ified. Synced from git://meta.git.wordpress.org/ This repository is just a mirror of the WordPress Meta subversion repository. Please include a link to a pre-existing ticket on https://meta.trac.wordpress.org/ with every pull request.browsehappy
Advanced-administration-handbook
WordPress Advanced Administration Handbook. This handbook will have the most technical, general, documentation about WordPress.Security-White-Paper
The WordPress Security White Paper, available directly on the WordPress.org site at https://wordpress.org/about/security/packages
Collection of JS modules and tools for WordPress developmentslides
Slides: Presentations with WordPressDocumentation-Issue-Tracker
Issue Tracker for the WordPress Documentation team.servehappy-resources
Third-party articles and specific tutorials on PHP upgrades.community-themes
A collection of Block Themes built by the WordPress community.wordpress-importer
The WordPress Importerwpcs-docs
WordPress Coding Standards Docsopenverse-api
The Openverse API allows programmatic access to search for CC-licensed and public domain digital media.WP-Reasons
A public domain marketing flyer/brochure about the reasons to use WordPress, brought to you by some members of the WordPress community.openverse-frontend
The gateway to the Openverse. Openverse is a search tool for CC-licensed and public domain content across the internet.hosting-handbook
WordPress Hosting Team Handbookrevisions-extended
data-liberation
wp-lazy-loading
Feature plugin for testing and experimenting with the "loading" HTML attribute.phpunit-test-runner
wporg-main-2022
A block-based child theme for WordPress.org, plus local environmentwp-plugin-dependencies
WordPress Feature Project: Plugin Dependencieswporg-code-analysis
An experiment.wpdev-docker-images
Docker images for use with the Core local development environment.wporg-developer
WordPress.org Developer themewporg-mu-plugins
Development of the Global Header and other mu-plugins used on WordPress.org.openverse-catalog
Identifies and collects data on cc-licensed content across web crawl data and public apis.wp-autoupdates
Feature plugin building a UI for opting-in to plugin, theme, and core auto-updates.servehappy
Information page about PHP versions and updates, to be used through the WordPress.org project.grunt-patch-wordpress
Patch Trac based projectsWordPress-Documentation-Style-Guide
Style Guide for WordPress documentation.design-experiments
A simple plugin for WP-Admin design experiments. Brought to you by the WordPress Design Team.blueprints
Blueprints gallery and examplespress-this
Press This is a little tool that lets you grab bits of the web and create new posts with ease. It will even allow you to choose from images or videos included on the page and use them in your post. Use Press This as a quick and lightweight way to highlight another page on the web.wp20-book
Our book about WordPress. Version 2plugin-check-action
Test your WordPress plugin with Plugin Checkfive-for-the-future
Plugins and themes for the Five for the Future subsiteplugin-check-legacy
Work in progress of a "Plugin Check" plugin, this is in development and is not final.css-audit
better-code-editing
[β Merged into 4.9-alpha] Better Code Editing WordPress pluginwporg-two-factor
2FA for WordPress.org accountsdeveloper-blog-content
In this GitHub space, WordPress team coordinate content to be published on the Developer Blog. Discussion and montly meetings (first Thu) in WP Slack #core-dev-blogmeeting-calendar
The plugin powering https://make.wordpress.org/meetings/block-theme-examples
A repository of feature examples for block themes.rollback-update-failure
Feature plugin to test zip rollback of plugin/theme update failures.wporg-news-2021
The WordPress.org News Themeblueprints-library
theme-review-action
phpunit-test-reporter
Marketing-Team
The central repository for the WordPress Marketing Teamblock-directory
Block library: Timeline and plan: https://make.wordpress.org/design/2019/04/26/block-library-installing-blocks-from-within-gutenberg/contributor-day-handbook
gutenberg.run
Gutenberg live branch preview provisioning serviceopenverse-browser-extension
A cross-browser extension that lets you search, filter, and use openly-licensed images.google-fonts-to-wordpress-collection
Gets the Google fonts collection and transform it to a WordPress font library collection, including SVG previewswporg-showcase-2022
The official theme of the WordPress.org showcase.spain-handbook
Manuales de la Comunidad de WordPress EspaΓ±a (Handbook)wporg-parent-2021
classic-widgets
A plugin to restore the Classic Widgets in WordPress.Community
WordPress Community Team Projects and Plans | https://make.wordpress.org/community/Love Open Source and this site? Check out how you can help us