For posts:
add_action('init', 'my_custom_init');
function my_custom_init() {
remove_post_type_support( 'post', 'editor' );
}
See Codex. For custom post types that you register, you can specify what ‘features’ it supports when you register it it use the ‘supports’ arguments.
For custom post types that are not registered by you can use the above with ‘post’ replaced by the custom post type name.
Related Posts:
- How-to stop wordpress from saving utf8 non-breaking space characters
- Visual editor keeps stripping my tags
- In context click and edit: is it feasible?
- How to show the contants in front end same as visual editor with space / linebreak?
- How do I prevent WordPress from eating my code?
- Custom code in all text between ?
- Disable html in custom post types
- Remove inline linking tool
- how to fix a broken visual editor
- How do you change the visual editor’s background color?
- WordPress Visual Editor Stripping HTML Changes
- How to get back distraction-free mode we had before WP 4.1?
- How to replace the content of tinyMCE editor in both text and visual mode using jQuery?
- WordPress Editor not getting youtube video preview
- How to enable the tag in WordPress posts and pages
- Visual editor not showing up
- Visual Editor Missing, Server-Side Problem, How Would You Debug It?
- Resizing the width of the WYSIWYG editor
- Remove path from the create/edit a post view
- Can’t change the width of content in the visual editor
- WordPress shortcut to switch from Visual to Text mode and vice versa
- How to enable user_can_rich_edit for guests?
- Any good desktop client for wordpress with support for google syntax highliter? [closed]
- How to make WordPress and TinyMCE accept tags wrapping block-level elements as allowed in HTML5?
- Lost formatting after saving
- How avoid WP editor to change by
- Working With Visual Composer VC_Single_Image
- Visual Editor Background
- Is there a way to disable formatting shortcuts in 4.3?
- How to ensure the visual editor doesn’t ruin my iframe?
- WMP Plugin not showing up in the plugin panel?
- Visual Editor gone
- Preserving tabs and line breaks in when switching from HTML to Visual Editor
- Convert this textarea to rich html format via wp_editor
- How to reset display of WYSIWYG editor
- How to display php source code inside a post using visual editor?
- How can I determine what mode the editor is in and when it changes?
- Editor background colour in full screen
- Resizing the wordpress editor
- Line numbering on WordPress frontend
- Why the post content editor always expanded?
- Why is my theme is randomly stripping the tags out
- Visual/Text tabs in wp editor Not Showing
- Remove inline styles from the_content?
- Dynamically add CSS to the visual editor
- How to Add Custom Button to Text(HTML) Editor and NOT Visual Editor
- Inline Style attribute getting stripped off
- WordPress Visual Mode Not Working – adding span code while clicking
- Edit page blank, control buttons missing
- Adding a button to the attachment page
- How to remove from hr in wordpress visual editor
- Automatically adds check on hide title and add paragraph when adding text
- WP as an HTML editor
- How to display shorter version of wp_editor?
- Define add_editor_style to specific post types?
- Want the visual style in wordpress
- Can’t give tags rels
- How to remove some options in visual editor?
- Automatically replace   with space
- how can default_content filter tell if content will load in block editor or classic editor?
- Notion-like editing and layout with a convenient freeform collaborative editor in WordPress? [closed]
- Can I still use Visual Composer Website Builder after upgrading to WordPress 5.0?
- Visual composer causing conflict with TinyMCE [closed]
- Add class to oEmbed video from within post editor?
- Why is tinymce visual editor showing the background from my theme
- Line breaks changing to when switching between HTML and Visual tab!
- How to determine if a post was last edited in the Visual Editor
- How to add TinyMCE to a front-end textarea?
- Adding a Media Button to the WordPress Content Editor
- ✓ Checkmark Character Encoding Issue In WordPress Editor
- Switching on edit
- Visual and Text tabs missing from Editor
- Square brackets at the end of a line cause line break to be skipped
- Block editor: content resets to the previous state in “Edit as HTML” by clicking somewhere outside of the editing window
- How to hide the Text Color icon from Visual Editor of WordPress Post Editor from Users other than Admins?
- Hide default values on VC editor
- WordPress visual editor internal link default https
- Why Is Content Entered In Classic Editor Not Displaying on Page?
- WordPress visual composer backend editor not showing
- Add word hints in WordPress post editor
- Post/Page editor loads twice
- How to restore visual editor in WordPress
- Editors can’t edit but administrators can
- Cannot read property ‘hasClass’ of undefined(…) jquery-ui
- How to paste source code from IDE to posts directly?
- How to make elements not editable in visual editor
- RTE always on text mode by default
-   when I use ENTER for skipping line
- Publishing VS2010 Web Solution to WordPress
- What does the “Show Images” do for WordPress music playlist?
- My Server Has Problem With Class-Editor.Php / $buttons
- Visual Editor not working when Jetpack plugin is active
- Visual editor in comments with custom buttons
- insert link in wordpress editor greyout whole screen?
- WP 3.3 update disabled editor stylesheet? Or TinyMCE Advanced problem?
- How can I fix the Insert/Edit link button in the Visual Editor in WordPress 3.9.1
- How do I use Mac Keyboard Icons in WordPress
- Cafe Food Menu upload
- Visual Composer – not working after update [closed]
- WPBakery Editor dropdown hidden behind editor [closed]