You can add a filter to the hook named post_row_actions
.
Here’s a sample code: (make sure to replace my-cpt
with the actual post type name)
add_filter( 'post_row_actions', 'my_cpt_row_actions', 10, 2 );
function my_cpt_row_actions( $actions, $post ) {
if ( 'my-cpt' === $post->post_type ) {
// Removes the "Quick Edit" action.
unset( $actions['inline hide-if-no-js'] );
}
return $actions;
}
Related Posts:
- How to create a custom search for custom post type?
- what is the correct way to compare dates in a WP query_posts meta_query
- How do you use a CPT as the default home page?
- Can a custom post type have a Parent Page?
- don’t publish custom post type post if a meta data field isn’t valid
- How to set a default format for a custom post type?
- WordPress Custom Post Types with a page as a parent?
- Custom Taxonomy with Custom Post Type Finds No Posts
- add_rewrite_rule and custom variable
- Delete all the custom post types when deleting user
- Correct way to use a form to to filter custom posts by taxonomy terms?
- Showing current taxonomy terms
- White screen error for a custom theme
- automatically create taxonomy with same name as post title
- How can I remove categories in menu in custom post type?
- Search results ordered by custom post types are not grouped
- saving custom post type data to different table in wordpress
- Query post types with multiple keys
- Remove POST_TYPE from custom post type permalink
- Restrict categories to a custom post type
- Get all posts WHERE custom_field is LIKE value
- Keep main articles and author blogs seprerate, News / Magazine like site
- How does the $post_type global variable work?
- Custom Post Type, Saving Multiple Checkboxes
- How to create an advanced filter search?
- Placeholder in HTML editor text area?
- Delete link on single-custom.php with redirection
- Getting rid of /my_custom_post_type/ in the single view URL
- Custom Post Type – List all attachments on Edit Screen
- Custom Page that comes with preloaded content for the user
- How to customize a permalink (URL) structure?
- How to integrate video slide using custom post types?
- will post_id ever change? Can I safely use post_id for custom queries?
- Is it possible to create relational metabox values in a custom post?
- Custom Post Type Query for Sidebar Doesn’t Work on Front Page
- Time based access control of custom post types – what is good approach?
- Update postmeta Parent when post_status child change
- How to Get WordPress custom post data in WooCommerce product meta panel? [closed]
- A form that can save/edit after first input
- Send notification to the admin when new custom post is submitted
- Allow users to create posts without logging in?
- How to produce a sub-page-system in WordPress
- don’t publish custom post type post if a meta data field isn’t valid
- Categorise Custom Post Types
- Detect inside a custom query the kind of post type to assign custom classes
- How do you make a custom post type items automatically delete items 3 months after publication?
- custom post data – how to
- Custom URL redirect in WP
- attach CPT data to a taxonomy
- Displaying multiple post types on home page
- Conflict between wp_list_pages and get_posts – list pages not displaying
- Creating a non-hierarchical Taxonomy that behaves like categories
- Separate Content from gallery (custom post type)
- Custom Post type content within a slider
- How to export custom post type with ACF to individual file with automation?
- Displaying a custom post type using get_template_part into a specific layout
- Displaying a list of Contacts
- Different videos for different posts
- WordPress as a frontend website for iOS app [closed]
- How can I make custom static widgets/areas on my homepage?
- Displaying One Custom Post Type’s Content On Single Post of Another Custom Post Type
- Add Class according to the order of appearance
- custom comment fields on CPT
- Add Class After 4th Post
- Post visibility option to theme front-end for author to select?
- Custom taxonomy not saving correctly
- How set template for “custom post type” individual post
- Use Gravity Forms and a Shopping Cart for output to Freshbooks for an Estimate [closed]
- Can I get an auto-populated dropdown list of other custom posts in a custom post edit page?
- How do I ensure that post_type and Taxonomy use the same slug?
- Setting Parent Page to Post
- Question about link two types of data in wordpress
- Custom Form / Search with Custom Post Type Data
- Search for custom field input of a custom post type in ajax live search
- wp_set_object_terms creates taxonomies but does not add custom posts to it
- Custom Post Type and Structure Question
- WordPress next post by ajax call on button click
- Remove plugin settings from post creation page for a user role
- Custom post type defaults to index.php for archive page
- customize Dokan multi vendor: how can i set every Dokan as child of another dokan?
- How can I fetch all the dates from custom fields from various different custom post types and show / list them at one place in ascending order?
- Adding specific custom fields (images) to post excerpt
- My post loop needs to have 8 different post templates
- pricefilter without WooCommerce
- Convert attribute woocommerce terms (taxonomy terms) in posts of custom post type
- Update/publish custom post type with jQuery?
- Is there a best practice, or typical way to do AJAX updating for data on a custom admin screen or post.php?
- Link two different post using there post_id in post meta
- Help with Travel Guide Setup
- Child Theme problems
- How do I get a nested query to only display content that the main query outputed
- Add category slug as class attribute in a link array
- Selecting which pages to display custom post type on using checkbox
- Delete attachment with post
- Get link for feed of specific post type AND taxonomy
- Displaying information from Custom Fields in template with Types?
- Is There A Way To Add Another Field To Custom Post Type (Not Custom Field/Meta)?
- Custom post type – columns order
- custom post-type query just returns two posts
- Exposing custom fields to the user in custom type post