That’s an easy one 🙂
add_action( 'admin_enqueue_scripts', 'my_admin_enqueue_scripts' );
function my_admin_enqueue_scripts() {
if ( 'your_post_type' == get_post_type() )
wp_dequeue_script( 'autosave' );
}
Related Posts:
- How to Add Custom Fields to a Custom Post Type?
- Do_Shortcode not working for Embed
- Return all custom meta data for one custom post type
- meta_query for keys that aren’t yet set
- Enable sticky posts to custom post_type
- Search multiple custom fields by using meta_query
- How do I Paginate Search Results for Custom Post Types?
- How can I add a column/s to wp_posts table?
- Filtering a WP Query result
- How to filter custom post type archive by meta value
- Prevent reload confirmation after AJAX save
- Passing Variable as URL Parameter — Security concerns?
- Is it possible to define the data type of a Custom Field?
- Add custom column to custom post type overview in backend
- Using a Custom Field instead of original title field but only for Custom Post Type
- Add New Post (Custom Post Type) Deletes 1 Post’s Custom Meta Data
- How to use custom field to search for wordpress post type?
- WP Query group/order by category name
- How to initialize PODS?
- Custom search with Custom Fields in WP REST API?
- Adding a Gutenberg-like custom field on a custom post type
- Automatically populate a hierarchical taxonomy from a custom field
- WordPress posts with multiple fields
- How to dynamically attach pictures to a carousel
- How to add a Custom Meta Box for more than one Post Type?
- List of Posts in a Custom Field
- Confusion regarding Nonce & using it in Custom Columns for Saving Checkbox Value to Post Meta
- WordPress custom loop filter by meta_key and value with serialize data
- CPT Group by Date metabox Value
- Replace text in post from cvs
- Admin search ACF relationship
- Give a permalink to Custom Post Types without title
- How do I create custom fields for multiple post types?
- Cannot add custom field to “orderby” parameter in Rest API
- Trash / Draft a WordPress custom post after custom date field expires
- Posting to a Custom Post Type from front end – user generated content
- Custom Meta Field – Remove comma from string with str_replace
- Using custom field content as expression in IF statement [closed]
- Tracking changes in admin-page so user gets warning when leaving the page
- Filter custom post types by a field value
- How to Create a WordPress Plugin With Custom Post Type/Custom Field Features?
- How to integrate a form (Ninja Form or Contact Form 7) with Custom Post Types?
- First custom field value (out of several) displayed twice after query
- Multiple Frontend Filters Using Advanced Custom Fields
- Is it possible to activate customfield ‘text description’ upon activating the customfield ‘checkbox’?
- Custom Field values not Showing in Edit Page of Custom Post Type
- Add a custom meta box for client to order CPT posts how they want
- create custom meta box with default value
- Add custom attributes to a post
- Custom Taxonomy Search result page
- Get post content from another section in custom single page
- Modify Posts from Custom_Post_Type within the plugin
- How to convert custom fields to content
- Increasing the default number of posts in custom post types
- Group by custom field value (start and end times)
- Variable Products as custom post types
- How to call a post’s metadata in shortcode.php?
- Ideas to connect external database table to wordpress posts as custom field source
- updating one custom meta field only
- Get post-meta value of all custom-posts – lowest to highest year-count?
- Confusion about how to use Custom Post Types, Custom Taxonomy or Category?
- Displaying Posts Using a Custom Query with a Custom Field and a term_id
- Create list from custom field comma separated values
- add_filter get array data before display in custom post_type
- Get previous and next custom post by custom field
- Having a repeating custom field in admin custom post type, what I’d go better with, for DB’s sake? ACF repeater or query a different post type?
- Create an user checklist system for a course plateform using ACF Pro and ACF Extended
- How to sort WP_Query by a custom text field (written as a date dd/mm/yyyy)
- Auto update publish date of CPT Post if default post custom field value match to cpt post CF Value
- WP Admin Dropdown List Filter for custom (ACF) field on custom post type(s)
- WP_Query get always custom post_type for first
- Post Click Redirect to Custom URL instead of Single Post Page
- wp_insert_post deleting previous post custom meta
- Show posts from WP Custom Post Type selected from a field in a metabox
- Query custom post type and custom field by URL parameters
- meta query multiple values for the same key
- Show Post columns to specific users on condition
- Custom post types – meta_query: search lesson which starts sooner
- Run query on specific admin options page and send results to select field in another function
- Create Inclusions and exclusions
- Populate custom post type/custom fields from an external database
- Custom Field to post_title
- Automatically convert standard posts with custom fields to custom post types
- Importing URLs of Audio Enclosures
- Retrieving custom post type fields without a post
- Get month and day from a Date Picker custom field
- custom fields not showing before get_header
- pre_get_posts with multiple post types AND a meta_key
- Search form to find custom meta box generated data
- Custom Info Box at end of posts?
- Display Custom Post if custom field is marked
- predefined custom field on registration page
- Show Custom Post Type taxonomy term that matches custom field
- Query Distinct Taxonomies of Custom Post Type
- Select Menu for Custom post Type does not save
- loop through custom post-type with two meta_keys
- Allow authors to create article image
- Custom Post Type + Custom Meta Query Not Showing 2012 Posts
- WP Query + custom fields: How to query event posts from the current date backwards 6 months and organize it month by month?
- Update Custom Field daily within 7days