I believe renaming the plugin file/folder should be enough; if not, you can also edit the plugin info in the header of the plugin file and set the version to something unreasonably high. On the rare occasion I’ve needed to do this, I usually also update the plugin info to indicate that the plugin has been modified from the original (and why, if it can be quickly summarized).
The function that performs the update check against the WP.org API is wp_update_plugins. It doesn’t appear to have any filters available to remove a plugin from being sent to the API server, but it is storing the results in a transient called update_plugins so I imagine you could hook into the pre_set_site_transient_{$transient_name} filter to remove your plugin from the list, which should eliminate the admin notification.
Related Posts:
- Turn Off Auto Update for Single Plugin
- Is there a way to use latex \cite{reference} in wordpress?
- Why is “plugins_loaded” not called/fired?
- How to check plugin compatibility before upgrading WordPress
- How do I unlock a post programmatically?
- Any plugin out there that uses WP’s internal image uploader?
- Force Plugin to English Translation
- Is it possible to have screenshots in any other section rather than the screenshots section?
- How to create an edit media button for slideshow plugin?
- Removing user contact methods works from functions.php but not from a plugin
- Subscribe2 Configuration
- Dynamic HTML not displaying at respective place
- I need to Remove this line
- Should I global $wpdb outside of any of my plugin’s functions scope?
- How to check if WordPress is updating plugins?
- How to make sexy bookmarks plugin work in WPMU
- Difference between register_block_type & wp.blocks.registerBlockType
- Can’t create term for product attribute
- Hidden Custom Post Type
- Adding Attachment Display Settings in custom media frame
- Is it possible to install two mail plugins together in a single WordPress site? How to do it? [closed]
- Theme or Plugin: Where should I write my code?
- Is it possible to use WordPress as an online portfolio for text content? What kind of theme would I look for?
- I have no idea “How change font for elements in widget?”
- Correct way to make meta box with more than one meta field secure
- I want to extend the current themes’ single.php to display the meta fields of my CPT
- How can I implement an Add to Collection function on my Image Gallery to be downloaded later?
- Add Piecemaker to WordPress Header
- Filtering out specific post formats from certain pages
- Plugin updates from a specific location
- Calling plugin function inside custom plugin for onclick event
- How to fix wrong attribute error for Visual Composer Grid Builder?
- html generated by theme exist but doesnt appear in browser
- dirname( __FILE__) returning wrong directory inside plugin
- Is there a way to figure out which action/filter invoked a function?
- Disabling plugin but wpenqueue is not available
- WP-TweetButton is not displaying the tweet button if this is set to “Manual.” [closed]
- Allow customers to download updated versions of software
- Plugin retrieving results even after uninstallation
- How to add a dvi tag to a shortcode then change a generated text using jQuery
- Edit / Change Jetpack Mobile Theme [closed]
- Are links allowed in the Upgrade Notice section of a plugin’s readme.txt file?
- Use conditional logic for woocommerce variable product
- Order posts by meta key ( Using ACF )
- Get param from shortcode in plugin function
- Object Caching Plugin force every plugin to cache objects?
- How to add category and subcategory in WordPress custom code?
- Plugin not working locally, but works on server
- Conditional custom redirect
- Customizing $product->get_title() function
- Can’t create tables with my plugin
- How to add an admin alert for missing plugins
- to show image in large size with fancybox
- Specific plugin for custom user information access? [closed]
- Pasting this PHP breaks my page. Why?
- using wp_cache in plugin
- Check against server time to display SQL entries – Radio Station DJ Rotator Plugin
- How can i call a functions.php function, from inside my plugin class?
- Bulk Image Resize for Media Library, but for ENLARGING instead of Shrinking
- How can I disable new plugin and theme install, but allow updates?
- Dynamic URL Issue on SEO Scan
- Trigger popup on publish post
- Problem with MEMCACHE and Redis with wp_options
- WordPress built-in compression of images? How well does it compare to Photoshop or Shortpixel?
- I want to schedule email (date, time is in database->table) wp_schedule_event() not working
- i create functions.php in plugin files but add_action (‘wp_head’, ‘function_name’) don’t work
- How to create a custom block in Gutenberg with multiple checkboxes?
- why is my wordpress not loading any images?
- why is sportspress asking for FTP credentials on a local installation?
- Facebook sharing image error with facebook debug
- Ajax response returns html code instead of user data
- Nested Accordian FAQ
- How to get post that has non zero or greater than zero meta value
- Registered sidebar area is not shown from plugin.
- How do I change a plugin language of only one page?
- Building a Article Library within WP?
- What is the best practice for making a WP plugin that I want to develop responsive?
- WordPress Plugin Localization
- echo product-name in a link
- CSV file header
- How to use wp_http with https-pages?
- How to activate/deactivate menu tab and keep the same id?
- Creating a custom page & output on a Plugin
- Plugin Recommendation for selling one page content [closed]
- A plugin for software reviews site like this one?
- WordPress – connection information
- WordPress Plugin for Maps of specific Tweets? [closed]
- Need a Plugin to create a registration form for my website? [closed]
- ACF Plugin WP with list-group – Vimeo [closed]
- How can i display portfolio images in WordPress?
- How can I utilize the same “show more” functionality that I see in superuser on my own WordPress site?
- WDTException: [0]: One or more columns doesn’t have a header
- How to Add Extra Text In WordPress Title Before Post Publish
- Footer option is missing in Customiser
- WordPress Convert queries to slashes using function.php
- Is Nonce Verification (CSRF) required for WordPress Custom Bulk User Actions?
- List Hidden Plugins
- Plugin for better Backend Search? [closed]
- How do I apply different block supports to different parts of my custom block?
- Remove 3rd party plugin notices from within own plugin