you can use simple one liner with remove_post_type_support() :
remove_post_type_support( 'post', 'editor' );
Related Posts:
- Organizing Code in your WordPress Theme's functions.php File?
- Admin Page Redirect
- Disable dragging of meta boxes?
- How to remove screen options and help links in the admin area?
- Sort admin menu items
- How can I improve the line break handling in the WYSIWYG editor?
- Custom column for changing post status via ajax
- Remove ‘Custom..’ option in tinyMCE colour swatch
- Make fonts.com font work in TinyMCE (iframe referrer issue)
- How to remove items from +New admin menu?
- How to Display Post Excerpts in Admin by Default?
- Excerpt textarea missing on post editing page in admin panel
- Add button in TinyMCE editor to insert text
- Make sub menu items a main link in the admin menu using fuctions.php
- Add column to pages table
- Admin account only shows Profile and Dashboard with no activity
- Can initial focus be set to search field in WordPress Media Library?
- wp-admin – save options without refreshing?
- How do you modify CSS files via admin panel?
- How to Remove Checkbox for Excerpt Under Screen Options
- How to prevent parent admin page from appearring as a child admin page
- Change WP-Login or WP-Admin
- SSL Partially breaking admin panel and elementor
- How to disable automatic excerpt generation *in admin*?
- What is the practical difference between is_admin() and is_blog_admin()?
- How do I set the homepage to the WordPress Admin Dashboard login?
- Create a admin page in wordpress without admin menus (“wordpress sidebars”)
- Why do I keep losing links when I switch to visual editor in WordPress
- I want to disable login of admin (/wp-admin) with email and make it accessible only with username
- Allow administrators to pick post author on custom post type edit screen
- How to make the front-end RTL without changing the admin panel language?
- WordPress Admin Not Loading All Core Scripts
- Add column to pages table
- What are the requirements to make the admin toolbar show up on the front end
- Remove bulk option row
- ASCII to Unicode conversion and then save the data into database using WP post editor field
- How to replace “Password Protected” text with icon in Admin
- Hooks: admin_footer and admin_print_footer_scripts not working?
- Can’t access wp-admin, redirects to http://%24domain/wp-admin/
- What is the correct way to get only display plugin for Administrator Only
- Admin top level menu, pointing to an external url
- Browse Happy in 3.2
- How to break line / add to ADMIN menu
- Icons are missing from Visual Editor
- External HTTP API calls slowing down WordPress admin [closed]
- Outputting something based on the presence of post variable in admin screens
- Creating custom admin panel pages without making a plugin?
- Dashboard : remove Safari navigator message
- Available resources for learning WordPress 4.7.2 from the ground up?
- Uncaught SyntaxError: Unexpected Token Illegal
- Newly created user role not displaying on users screen
- WordPress Admin extremely slow when other admin logged in
- WordPress Admin Panel Left Sidebar No showing on Post create page
- Accessing wordpress tool in local MAMP Site
- Strange wp-admin problem for all users/adminstrators except the original one?
- How to remove Google fonts from wp-admin (Roboto) added by core
- Trying to login to my site redirects me to the first page
- Child theme loses wp-admin styling
- Admin Login Checks
- Failed to load resource: the server responded with a status of 431 ()
- When installing wordpress through WP CLI mysite.com/admin not working
- Trying to list user and post information from (wp_includes/post.php ) causes Fatal error
- Localhost install: Administrator lost administrator access; cannot access Dashboard
- Admin Login page not working at all
- Is it possible to tell if a user is logged into WordPress from looking at the cookies which are set?
- Why when I click on a link into the WP admin panel I am redirected to a link that doesn’t contains wp-admin prefix, so I obtain 404 error
- Override WordPress Core File?
- How to make the Panel // WP-Admin lighter via Mobile
- Modal window from within WordPress admin
- Loading External Scripts in Admin but ONLY for a Specific Post Type?
- How to remove the site health dashboard widget?
- Edit a WordPress site without the username and password?
- How to Change the Title of a Meta Box on a Specified Custom Post Type? [duplicate]
- How can I remove the new stats message? [closed]
- How to inhibit dashboard and profile management access to normal users?
- Why can’t I exclude private posts from this query?
- Get which template being in use within WordPress-admin
- /wp-admin/ works but website doesn’t load
- Selecting a post in Dashboard
- Use Password Protected Form without the use of wp-login.php
- My email address is displaying an email which does not work. What do i do?
- Too many redirects after added SSL redirect on port 80 virtual host
- Register page in admin area
- “WordPress installations is currently out of date” problem with difficult situation [closed]
- Custom plugin admin page issues
- How to add ‘Insert HTML Table’ button to TinyMCE in admin?
- How to add custom CSS and JavaScript file for wp- admin dashboard (backend)
- Toggle between block ‘edit content’ and ‘select’ not properly working in WordPress Admin
- Can’t access WP-Admin via HTTPS
- Random authentication failures on a load balanced WP setup
- Can I get programmatic access to wp-admin?
- remove_query_arg on options.php
- wp.svgPainter cannot init error, causing issues with admin panel
- mysql_escape_string PROBLEM
- Cannot access my wordpress website
- Custom comment action
- get_current_screen – ‘Trying to get property of non-object’ error
- not able to add thumbnail custom field in dropdown
- wordpress admin is broken [closed]
- How do I get a parent menu in the WordPress Admin panel which has no action?