The updater works based on the plugin’s installation path and the name of the file containing the header. I’m guessing both plugins are housed in a /breadcrumbs
folder (since that seems to be Yoast’s setup.
Though Yoast’s plugin uses yoast-breadcrumbs.php
for its main file. I’m assuming you’re using a different filename, so you have indeed run into an interesting problem.
I’d take a closer look at your system, because the updater sends two variables when checking for updates:
- “plugin_slug” … in this case likely
breadcrumbs
- “plugin_path” …
/breadcrumbs/yoast-breadcrumbs.php
There’s a naming collision between your system and Yoast’s if they’re both called “Breadcrumbs” to WordPress. I’d recommend changing your system to put things in the /kaiser-breadcrumbs
directory instead. That might solve your problem.
Related Posts:
- How to implement WordPress plugin update that modifies the database?
- Update plugin from personal API
- How to create a WordPress plugin for another wordpress plugin?
- Customize plugin update “new version is available” text
- Plugin child folder?
- Display update notification messages like ‘What’s New’
- get 404 when accessing wp-admin/plugin-install.php
- How to test ‘upgrader_process_complete’ hook in plugin development?
- Redirect to another page using contact form 7? [closed]
- Release the plugin in the WordPress repository where redux is used
- How to add update function to plugin without adding it to https://wordpress.org/plugins/ [closed]
- How to prepare (compress/zip) a plugin to enable updating instead of adding new instance?
- Custom Plugin Update
- How come W3TC is allowed to host premium code in the WordPress repo?
- Update a previous version of plugin when the new plugin is built from the scratch
- Custom plugin which downloads updates from custom endpoint, extracts new version zip into a new name
- Plugin doesn’t update it’s version and code on WordPress.org
- How to include a custom thumbnail with my WordPress plugin?
- How to update changes to multiple sites at the same time
- How to Enfroce Domain Licensing Limits? [closed]
- How to Replicate Elementor Licensing Model
- how to update wordpress plugin programmatically using plugin path
- What’s the preferred method of writing AJAX-enabled plugins?
- Redesigning Custom Post Type “Add New” page
- Is there any record of installed plugins in the database?
- Using require_once in a Plugin?
- How to call “page specific menu items” in template [closed]
- WooCommerce – Call to undefined function is_woocommerce()
- Custom headers for the WordPress plugin directory
- How to update WordPress plugin readme.txt description page without triggering a plugin update?
- How do I check if my $wpdb->insert() was successful?
- Claim Listing functionality – how to send email to users when their claim has been approved or denied
- Creating a theme option page?
- Add post thumbnail from external image with plugin
- Where is the source code that makes the “all” array grabs filters in the $wp_filter?
- Options page not displayed under Settings menu
- Is it possible to add an action to the currently running action?
- How to include and use custom class files in plugin?
- Only execute jQuery function(on document ready) on the page has shortcode from plugin [duplicate]
- unzip a folder on specific location and delete the zip file
- Any Short code Availble for Get Post List With Thumbnail Plugin?
- Changing labels of status filters for post grid
- Where to call add_shortcode function in WordPress Plugin Boilerplate?
- Plugin version is not showing up in wordpress.org plugin directory
- Own plugin corrups plugin-activation
- wordpress plugin is not activating from widget
- finding whether request is for post, and post id
- How to get specific setting by settings_fields()?
- Save / Show multi line text in metabox
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- Owl Carousel2 image not displaying full width when using Stretch row and content, Stretch row and content(no padding) in wordpress
- Best way to initiate a class in a WP plugin?
- Force language in translate function
- wp_footer hook only working on homepage not in other pages
- Update own Plugin Repository on Multisite
- Some recent plugin updates have failed “Could not create directory”
- How to create a child/addon plugin
- How to secure the release of WordPress plugins / avoid copying plugins?
- What happens if I don’t update my plugins?
- How do I combine a theme with a plugin
- Use wp-config.php constants in all files of plugin
- how to force tag page layout to use same as search layout?
- Delay JavaScript files from loading
- Using ACF default value to autoincrement a number field
- a href adds default URL with the given echo URL
- Gutenberg Block Style CSS Class Is Not Applying on Backend
- Images under 1MB are not being compressed
- Sanitize $_GET variable when comparing
- Where can I save plugin data?
- How to add a WordPress Nonce for this form to avoid CSRF
- Overriding current theme files via plugin
- How to create a plugin that includes all the other plugins?
- WordPress custom plugin that uses woocommerce enabled payment gateway for payment [closed]
- How to call external functions from a PHP script in a WordPress plugin?
- How to edit link for comment count
- Integrating Custom Database with WordPress
- How to get Recent Post From Each Category with Thumbnail?
- How use wp_insert_post and add og:custom tags?
- How to change “Read More” text?
- Using id to show item
- How to use wp_editor and save its data in wp_posts table
- My WordPress activation hook isn’t working
- wpdb update method is updating but not refreshing the current page data
- Shortcode and WP query using category attributes
- Securing a plugin pop-up window
- Is admin section completely customizable in terms of styling?
- WordPress ajax error 400 bad request for sending data to remote site [duplicate]
- Better way to run heavy scripts using WordPress database
- how to check plugin name unique or not?
- Pause form submissions while upgrading plugins
- WordPress ajax not working in registration
- Can a developer adopt a plugin marked as “not updated in over 2 years”?
- Post curl function save twice using plugin hook function wordpress
- Getting warning of Missing argument 2 for wpdb::prepare()
- Jquery post responses 500 error after some time and lastly an 503 error
- How can I delete the options from DB when the plugin is deleted?
- WP Elementor Pro causing crtical failure on website
- Function not being called on form submit, only blank admin-post.php page
- Failed to update a post when I add a taxonomy to it
- Display Any Field fromAdmin Panel in Frontend via Shortcode?