There is a built in WordPress function for this, remove_post_type_support http://codex.wordpress.org/Function_Reference/remove_post_type_support .
In your case you could use something like
add_action( 'init', 'my_custom_init' );
function my_custom_init() {
remove_post_type_support( 'custom_post_type_name', 'editor' );
}
Related Posts:
- Display custom post type and custom fields within a Bootstrap Carousel
- Query custom post type by custom field
- Backend search; include CPT meta?
- How to programatically set the post title of a CPT on wp-admin
- Custom Post Type + 20k posts = blank/404 within Admin edit.php [duplicate]
- Tracking changes in admin-page so user gets warning when leaving the page
- Custom Field values not Showing in Edit Page of Custom Post Type
- Change Post Meta via AJAX from the posts list table
- WP Admin Dropdown List Filter for custom (ACF) field on custom post type(s)
- Sort custom post column by generated value?
- Simple Data picker meta box
- Custom post type won’t take my custom fields
- Show a custom field instead of username in the backend author area
- How can I remove the “Add New” button in my custom post type?
- Development of a WordPress Search Plugin – Best Practices
- Admin Area Custom Type Search By Meta Fields Without Title & Content
- How do I filter the excerpt metabox description in admin?
- WP_Query orderby custom field then post_date in one query
- Using Custom Fields in Custom Post Type URL
- Is it OK to move admin menu items?
- Adding meta values to permalink
- Filter a custom field based on selection of another custom field (ACF) [closed]
- How to get custom metabox image field?
- Using custom field as custom post title
- Remove date and category filters when editing custom post types
- Custom field being erased after autosave
- How to select one major category (or custom taxonomy) for a custom post type?
- Get post info inside modal window?
- Add Taxonomy Values Within a Custom Post Type RSS Feed
- delete custom post based on custom field date
- Custom Post Type Name Causing Problem
- Get_post_meta() won’t return value
- Having trouble with custom date field for CPT query (WordPress)
- How to retrieve custom field types for all posts in WordPress/PHP?
- Display posts if a custom field value is equal to another custom field value
- wp parse_query not working with custom meta value
- Need functionality with all post list available at edit.php
- How to use custom fields to enable sticky posts on custom post types?
- Custom meta fields for specific custom type only
- Custom Fields vs Separate Table
- How to insert content from another Custom Post type into Post?
- Using several custom fields as custom post title
- Copy custom field value to post title
- Display custom fields on post excerpt or teaser
- WP_Query orderby modified to include custom meta changes
- How to bulk copy custom fields between custom posts?
- Get image post ID in media upload
- Having unique constraints for custom fields in a custom post type
- A better way to add a meta box to custom post types
- Rows with custom columns not well formatted after Quick Edit save
- How do I set all of a particular post meta to a value within the custom post type I’m in?
- Filter hierarchical custom post type admin page by parent, and include children & grandchildren
- Custom Postype specific changes in admin panel
- Custom post type’s extra fields – how to handle?
- Enable Custom Fields For Custom Post Type When CPT Created Using Plugin
- post_per_page ignored in WP_Query
- finding and using post type fields in WordPress
- Display custom post type for specific user
- Change link for “add new” buttons on custom post type
- Display custom meta on page that has been check in custom post type
- Custom capabilities not reflecting on admin panel
- How to limit what Editors see in the admin?
- How to prevent meta data from being edited in a post?
- Automatically add a character to field in edit post page
- How to keep a record of changes to a custom field?
- Making a form for user to add new custom post with custom taxonomies and custom fields
- Sort by post word count in admin area
- Saving metabox keys and storing values as array
- How to display magic field’s custom write panel in wordpress theme?
- Update value inside array update_post_meta
- WP query_posts group by meta field related
- Admin slow on Postlist (over 30k Posts in Database)
- WP Query from two Custom Post type fields as statement
- How To Read Read Custom Post Type Data in Headless CMS Mode
- How to upload an image to a custom post type
- when looping through custom post data not appearing
- Add custom template ‘sub-page’ to Custom Post type?
- How do I create a customised table list of a custom post type (in the admin area)?
- Adding a Section for Visitors
- Automatic Set Category For A Custom Post Type
- Confused about where to store my data
- Add filter button to custom post type in admin area
- “Trash”, “Draft” and count not showing for custom post type in admin panel
- Generate slug and meta data if meta field is empty
- one get_posts to return a number of custom posts for each meta value
- WP_Query get posts where post_name is empty
- Get result from Custom Field in Custom Post type
- Filter CPT based on meta box value using Flexible Posts widget?
- Advanced search form with filters for custom taxonomies and custom fields
- Querying meta values within an array
- Show posts of parent in edit.php
- Creating entries with image attachements within posts and managing them in a list
- How to Create a Frontend Html-list Editable in the Backend?
- How to grab data (titles, thumbnails and custom fields) from multiple posts to populate a new array efficiently?
- Display Custom Post Type on Toolset Types Plugin
- Filter Custom post type by another Custom post type
- How to get lowest price from custom fields of posts
- Retrieve a post with its ACF repeater fields in wordpress
- Update Custom Field daily within 7days
- Change CPT Edit Target Link for Admin List