The quick and easy method to do this is to edit the Version.
For example if the version no. is 1.1.2 edit to make it to 100.1.2.
Hence your plugin will not ask you to update itself unless it reachess the version no. 100.1.2.
You can edit this version no. in the plugins main php file.
<?php
/**
* Plugin Name: Name Of The Plugin
* Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
* Description: A brief description of the Plugin.
* Version: 100.1.2
* Author: Name Of The Plugin Author
* Author URI: http://URI_Of_The_Plugin_Author
* License: A "Slug" license name e.g. GPL2
*/
Related Posts:
- Automatic updates in plugin – not hosted on wordpress repository
- WordPress updates defined vs add_filter?
- How to disable plugin update notification for a specific plugin in Multisite
- How to sync with plugins update after I have done manual optimizations?
- Update exisiting site to 3.5 release candidate
- Is there any way to test if a function running only on plugin update is successfully running?
- How Can I setup WP CLI on Windows development machine running AMPPS?
- Plugin updates, version dependencies, and backwards compatibility
- Reset plugins version cache | pre_set_site_transient_update_plugins
- How to test plugin update through WordPress plugin updater without tagging new release in the repo
- Update own Plugin Repository on Multisite
- Selectively update themes in WordPress multisite
- Custom WordPress Plugin will install new and not update
- Update custom plugin with WP-CLI
- Readme.txt seems to be cached but not the version
- How best to handle database version dependence (from $wp_db_version)
- wordpress automatic update does not run
- WordPress Plugin Update Process
- pre_set_site_transient_update_plugins not updating
- Cannot update plugin
- Is using upgrader_process_complete the correct way to perform plugin updates?
- Plugin’s “Update Now” not working – Installed in folder with random suffix
- Get a path to a different plugin
- How to check uniqueness of plugin prefix?
- Plugin API for easy admin list table generation, handling & exporting of MySQL tables?
- Is get_option() faster than accessing get_transient()?
- How can I add a custom column to the “Manage Categories” table?
- How to post data to same page in wordpress
- Change default admin page for specific role(s)
- Check for dependent plugin and if false dont activate plugin
- How to check username/password without signing in the user
- Understanding WordPress functions’ naming conventions
- Using query_vars filter
- Show message on wordpress admin dashboard
- How to edit the properties of a page programmatically?
- Log in from one wordpress website to another wordpress website
- What’s the earliest point I can get the queried object ID?
- Custom admin_notices Messages Ignored During Redirects
- Add content to widget title in admin area within the widget?
- Has anyone managed to integrate the wp_editor inside a widget?
- Using Primary Color in Plugin Block
- Show a user their recently viewed posts
- How is the data stored in the database?
- Is it save to require plugin.php early to be able to use get_plugin_data() earlier?
- When is it appropriate to put functions on page template vs. functions.php?
- How to use the settings API to set multidimensional arrays
- Plugin to Consume a Web Service
- How to prevent loading of all plugin’s resources?
- Unit Testing a Plugin functionality with cron
- How to enable users to down-vote in this simple voting counter (that uses the post meta)?
- Plugin development, hooks, generate content
- Add a reset button to the options page (using Settings API)?
- Mediaelement.js feature doesn’t work
- Is it possible for a plugin to register a page template file?
- Multisite, sharing content by URL
- How to alter the order of custom form fields
- Help with callback using do_action_ref_array
- How to allow Unfiltered HTML in a wordpress multisite install
- Rewrite Point Doesn’t Work on Custom Taxonomy
- Best way for plugin to accept POSTs?
- wp_remote_get keeps timing out
- What are the really difference writing WordPress 3.x widget plugins?
- Script to get a list of all images that are detached?
- Error “Call to a member function switch_to_locale() on null” during insert_with_markers
- multiple functions with same filter
- Calling plugins API within a theme
- How do you output enqueued scripts to an admin page?
- Woocommerce – Hide a Column in Cart Table
- How to get orders with used coupon in WooCommerce
- Generate dynamic page through data from another page
- Does WordPress’s HTTP API use any caching?
- query users by role
- call_user_func_array() expects parameter 1 to be a valid callback, array must have exactly two members
- How to Create Custom HTML Tag on Editor in `Text(HTML)` mode
- null callback in add_settings_section
- Should shorcodes in i18n plugins be translated and if so, how?
- how to use hook deleted_user into custom function to delete user from custom table
- Comments do not respect display_name setting, how to make plugin to overcome this
- Is there a Filter that I can use to filter the tags before they are inserted in to the database?
- How long should it take for a plugin to fully load into the WordPress.org plugin repository?
- Which directory in my plugin repo does WordPress Plugin Directory package?
- Show User’s Current Time
- Single sanitization callback for multiple fields
- How to filter users list on user_status field with get_users()
- How can I pass get_the_author_meta(‘user_email’) through the REST API?
- Where did the ability to edit a plugin go?
- get post attachment using ajax
- Replace default Blogroll Links with Social Media Links
- Append varible to url or set session
- Adding custom end points, No error line
- How to stop activation addon if the main plugin is not activated
- How would you compose a complex plugin with lots of routes and functions? [closed]
- How to enqueue or include json file to a plugin
- Search and Filter
- Custom login doesn’t work properly
- automatic change post date when post is 30 days old
- Translate slug in WPMU with PO files
- Show error, when selecting image in WordPress media uploader if params mismatch
- Trying to code a simple plugin, infinite loop?
- Custom Plugin theme filter