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:
- Who are the most trusted plugin developers? [closed]
- Where can I sell WordPress themes and plugins? [closed]
- Hook if somebody saves plugin options?
- Change success message in plugin Theme my login
- How should I use register_setting, add_settings_section, & add_settings_field in my plugin’s options page?
- Extension preview disapeared since WP 4.5.2
- login to wordpress with Get variables instead of Post
- Help With A Reverse Pagination Plugin
- How to update widget_text in the wp_options table
- A way to sort WordPress themes? [closed]
- Server-side subscribe by email?
- Gutenberg Block: Objects are not valid as a React child (found: [object HTMLDivElement])
- What is the easiest way to implement cascading database upgrade for my plugin?
- How does WooCommerce store products / product variations? / Free Script to import product variations? [closed]
- How to create Repeater fields using Advanced Custom Fields?
- Can I use a method from an existing plugin as an action hook?
- How do I make sure a plugin loads a script after jQuery
- Why is the Settings API is not saving my array of options
- rms_unique_wp_mu_pl_fl_nm.php
- How To Hide Filters On Specific Categories with WooCommerce Products Filter(WOOF)
- redirect on theme switch – WordPress
- WordPress CMB2 – Run function on save
- Woocommerce email template customization [closed]
- Plugin echos text from shortcode function in gutenberg page editor
- Why is my staging subdomain not sending wordpress_logged_in cookies?
- Custom REST API endpoint returns rest_no_route when called via wp-json permalink
- Use wp_enqueue_scripts from included php file
- Register Page Template from Plugin
- Making a plugin only available on the front-end for the logged in super admin
- Nonce failing on form submission
- plugin to make specific post appear [closed]
- Blog titles from WP blog on plain html site?
- How to Exclude Files in Sub-Folders from WP Plugin Editor List?
- Permalinks stopped working after migration with WP all-in-one migration plugin
- Dynamic admin submenu
- How can i change the texts of plugin (created by me) in wordpress admin?
- How do I add image to the title of post?
- Can a plugin be run in a different language than WordPress?
- Executing jQuery in a plugin
- modify plugin to support RTL
- Bulk update wordpress posts
- Plugin function inside custom plugin
- Adding media upload button to User Profile page (following a tutorial)
- Placing the two most voted posts at the top (in a WordPress site that uses the Vote it up plugin)?
- How to have a gallery in which each image’s caption is a whole “post”?
- WordPress Stock Update Programatically
- I Setup Rate My Post Plugin On Site But Now Got Issues In Google Webmasters
- How to link a form to a product [closed]
- WordPress Custom Menu Admin helper plugin
- Deregister scripts from plugin
- Overwrite add_image_size defined by theme
- same user role or copy the user role to be same as the other role
- Approve users posts before publish
- How to use add_action for multiple instances of the same class
- Contact Form 7 Plugin emails not being received by some accounts
- Using BuddyPress > ‘Register page’ [closed]
- Can’t save changes or modify settings in Dashboard but Pages and Posts are fine
- Plugin Admin panel checkbox unchecked after submit
- WordPress product image sets smaller than before
- I want wordpress to change my title automatically to a certain area in Belgium
- Getting URL GET parameter with Code snippets and storing it in database?
- save_post_product action not firing
- WordPress REST API: Query media files attached to a custom post type
- Has blocks gutenberg block multiples registers type in my Plugin
- Font Awesome icon are not loading in wordpress 5.5.1
- How do I change the functionality of an image slider which is part of ACF?
- WooCommerce Checkout Issue specific to Instagram In-App Browser
- All Post WordPress Page Error
- Get shortcode attribute for AJAX call
- How to change the product short description for each product with PHP?
- ACF / Using external resources to display images
- Why some plugins are including wp-includes/plugin.php file?
- 500 Internal Server Error on a WordPress site
- Creating custom URL for async content
- Help with sorting and storing data on WordPress
- display a slider outside of subdomain folder wp
- WordPress plugin options need to delete after deactivate & uninstall
- add_media_page function not creating submenu
- Allow user to input shortcode into wordpress widget
- ‘all’ hook and get_option issue
- Wishlist Content
- Have video content populate page from upload sub-directory?
- Integrating planning tools in wordpress
- Import tumblr post to wordpress blog
- Insert dynamic content into posts
- How to remove links generated by SEO-smart-links?
- Errors when using CDN Sync Tool plugin
- How to work email subscribe in WordPress?
- Is there a WordPress Plugin like Imsanity that keeps high resolution originals? [closed]
- Settings options not showing up in WordPress plugin [closed]
- Plugins Reverting Themself To Older Versions
- Making WordPress-built website mobile friendly
- Add to cart option to have multiple of 6
- WordPress Role Capability Restriction
- Can anyone see a syntax error in this? [closed]
- How to dispaly post informations (such as titles) in an admin plugin menu page?
- Problems with file_exists() with metabox plugin in WordPress
- How to rewrite URL using .htaccess in WordPress Plugin
- FacetWP custom display based on post type [closed]
- Creating a Table Row by Row