Check out the builk actions page in the codex. I believe the proper action to unset is inline. This will remove the “Edit” bulk action, which is actually quick edit.
<?php
function remove_bulk_actions( $actions ){
unset( $actions['inline'] );
return $actions;
}
add_filter('bulk_actions-custom_post_type_slug','remove_bulk_actions');
?>
As for the Quick edit in each row, look into manage_{$post_type}_columns, as you may be able to replace the Title column with your own, and render it how you wish. There is currently no filters to remove Quick edit in the WP Posts List Table, so if the replacing of the column does not work, then you will need to create your own WP list table extension (Great tutorial).
Related Posts:
- Custom Post Type Archives by Date and Taxonomy
- Custom Taxonomy’s Label to change the text appearing in Appearance > Menu
- How to limit the number of terms (terms acts like categories)
- Taxonomy count per Post type
- Custom Post Type – Taxonomy Dropdown Menu?
- How can I list all the categories under a Custom Post Type (taxonomy)?
- Taxonomy term in permalink
- How do I display two separate taxonomy archives for two post types that share a single taxonomy?
- Query Custom Post Type taxonomy type based on page
- Using 1 taxonomy for multiple post types?
- Disable Single Post View for Specific Taxonomy on Custom Post Type
- How to set individual capabilities on a taxonomy? Or how to re-register an existing taxonomy?
- Retrieving values of custom fields in Quick Edit mode
- How to get a list of term names of the custom post type im currently on in single.php
- How to show term-specific post list, without posts associated with child terms?
- Custom Post Type with Custom Title
- Query multiple taxonomy in Custom Post Type
- Get the most popular terms for a custom post type
- Custom Post Type: How to display all of same taxonomy?
- Remove “-2” from a Toolset Types URL with the same post name
- List all custom post type posts from a given category?
- Registering tags taxonomy for a custom post type
- Custom post type taxonomy template
- get_categories for custom post type and filter by custom taxonomy (brand) and list child categories of a defined category
- Remove Taxonomy Slug when No Taxonomy is Assigned to Custom Post Type?
- Custom post type with specific category structure
- Taxonomy Templates
- Category page only displaying the posts from a custom type
- Custom Post Type and Taxonomy combination
- Bug when editing custom post type category?
- Having trouble understanding custom post type and taxonomy :/
- Assign Taxonomy Based on Custom Field Value
- Custom Taxonomy Creates Unwanted Integer Terms on Post Save
- Exclude specific taxonomy term when using wp_get_post_terms
- tax_query returning all posts instead of selective posts in WP_Query
- Get Post Primary Category
- How to check the terms in single custom post type template
- How can I move a custom taxonomy and its data from one post type to another?
- Custom Taxonomies not appearing in Admin
- Custom Post Type Taxonomy Filters
- Make metabox of custom post type fully autosave- and bulk-/quick-edit compatible
- Can taxonomies of custom post types be used with category actions?
- How to build custom route by adding taxonomies to URL ? ex: www.demo.com/communities/palo-alto/
- Custom post taxonomies as tax_query terms?
- Get related posts of child term of custom post type
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- WordPress Doesn’t Generate Taxonomy Archive
- Update database from Quick Edit according to Checkbox state of Custom Post Type
- Custom post with more than one custom taxonomy
- Get the taxonomy of a post hierarchically
- How to get list of taxonomy slugs ordered parents>childs?
- Conditional statement for if archive page has posts which contain certain taxonomies/categories/tags, show those terms
- Organize WordPress site, so it can maintain with huge database
- Review site custom post type structure
- Different Category system needed for the Custom Post Type
- Categories and tags for custom post types
- Custom Taxonomy Category link
- Get Post Terms of Current Post (selected taxonomy term) – How to get only the taxonomy value and not “Array ( [0] => taxonomy term )” in the frontend?
- How to get all Custom Post Type Filtered by one Specific Taxonomy Term
- Archive-posttype.php isn’t loaded
- How to define a term for custom taxonomy
- List custom taxonomy as navigation – taxonomy pages with all it’s posts?
- Query all post and CPT from 2 specific taxonomies AND by ACF custom field
- Pagination hitting 404 page on /page/4
- WordPress multisite – is it possible to have different taxonomies for each site?
- Get assigned post categories
- Query custom post types & Taxonomies and list them in a table on a page
- Default Category Page not showing custom post type which has taxonomy category
- Creating custom post type posts and associating them with a post from another custom post type
- Group Custom post type in a taxonomy page by its child taxomony
- Getting List of child terms from custom taxonomy parent
- Custom taxonomy query showing more than 4 posts
- wp_dropdown_pages with tax_query clause
- Building a Data Intensive Website with WordPress
- Custom post type, taxonomy and admin bar
- How to get post count of specific taxonomy that have store name & category
- Do post types share the same records using the same taxonomy?
- Filter taxonomy by CPT
- Custom permalink structure for custom post types including multiple taxonomy
- How to group custom posts in admin menu based off taxonomy/postmeta
- How to get current post type?
- Taxonomy counter on Taxonomy List(plugin)
- Get all posts for custom taxonomy term
- Multiple Custom Post Type with different Taxonomies
- Wrap an X amount of taxonomy posts in a separate Row in WordPress
- I want to create an archive and single page for a custom taxonomy for a custom post type
- Taxonomy’s title
- Display all posts from single taxonomy term
- Filter By Term Not Working – Custom Post Type
- Default taxonomy ‘post_tag’ added to CPT managing by custom role : nothing in the metabox
- Simple term-archive-linked Taxonomy Entry output
- Custom Search not working
- Custom post type post taxonomies
- Problems with custom post type and hierarchical permalinks
- How can I set up the URL for a category archive for a custom post type?
- Structure of custom post type / taxonomy?
- List custom taxonomy terms
- Query multiple post of which one by taxonomy
- Display associated taxonomy child name on single CPT page
- Issue On Listing Woocommerce Parent Tag List