The Youtuber plugin has a little error: it has a function to remove it’s own options, called wp_youtuber_uninstall
. However, it hooks into the deactivate_plugin
option with the function youtuber_uninstall
, which does not exist. This has been reported in the WP support forums.
You can remove the line that says add_action('deactivate_plugin', 'youtuber_uninstall' );
to get rid of this error. In fact, be happy that it doesn’t work, because the wp_youtuber_uninstall
function should check which plugin is being uninstalled right now, and only clean up when it is remove itself. Right now, it would remove its own options every time any plugin is uninstalled.
Related Posts:
- Delete tables from database when deleting plugin
- How to delete all records from or empty a custom database table?
- What is right way to go about adding functionality to a published WordPress plugin?
- Creating button next to “add media” that allows you to choose a single post
- WooCommerce create new product and add to cart on form submit
- Extending WC_Cart in woocommerce
- WordPress Plugin as ‘Library’ From Abstract Application?
- Custom comment type maybe?
- Add custom meta box on Post page
- Posts wont expire
- Custom Widget Creating PHP Exception When Placed In Its Own PHP File
- How to set value/term of a Woocommerce attribute text field in admin panel?
- Conditional Display of Links in Widgets
- plugin for wp_list_categories with posts
- I need to add a custom “cover” to every new post — plugin or custom setup?
- How to get last_updated and newest_blogs in WP 3.0
- Replace existing pages with new pages, keep menu links
- Recommendations for books/resource to get started with wordpress 3 development (plugins/themes) [closed]
- Will Flutter work with WordPress 3.0?
- Override the filter from plugin in child theme
- Custom plugins/Manipulated plugins: Always a terrible idea to inherit these types of WP sites that discourage updates? [closed]
- wordpress.org codebase
- How to modify shortcode attributes with data from current post
- How to import my YouTube channel into WordPress?
- How can I capture Memberpress user info after signup [closed]
- JS Support Ticket – Auto create WP account
- How to Create a Custom Panel and Fields in Post Page [Plugin]
- Anonymous Postings
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- Run plugins only on certain pages
- wp_generate_attachment_metadata is creating an empty array
- Post category with counts been display like a menu
- Post custom Data value in The Events Calendar plugin [closed]
- Best way to maintain and update 3rd-party WP plugin when developer is unresponsive?
- Use of Templates in a Plugin
- Custom wordpress Theme and Plugin repository
- Automatic Updates Individual Plugins Not Working
- Redirect to another page using contact form 7? [closed]
- Login Customizer doesn’t change the background of the register form
- Integrating WP E-commerce plugin into custom theme
- Custom post types – remove default post supports through empty array?
- WordPress as template engine
- Custom API plugin to execute 3rd party API to retrieve data
- WordPress – source link plugin – how to modify it?
- Minimize and Uglify WordPress Plugin Files
- Customize Menu | Styling LESS/SCSS code formats
- shortcode – multiple instances of same parameter name in one shortcode instance
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- How Should Custom Functions Be Called For Single Posts?
- same user role or copy the user role to be same as the other role
- Want to modify a Plugin – Tweetily – Can I make it tweet a Custom Field instead of Post Title?
- Integrating Custom Database with WordPress
- How display specific category post to specific users?
- How can I replace content on site generated from plugin without changing plugin
- Download counter for skydrive shared files in wordpress
- Edit post image attributes on fly?
- How to keep plugin (media-sync) running even the tab is closed?
- Elementor: How to design Dropdown Select Box Navigation page like Chegg
- How to access a wordpress plugin page or add posts without doing it from the WordPress dashboard?
- Replace only the first CSS class
- Ultimate Members Default Post Layout problem
- How to assign a specific service to a specific provider based on location
- Move plugin pages from dashboard to front-end
- Creating custom “player-objects”
- save short-code in my custom plugin settings problem missed something
- Installation failed, trying to install ANY plugin
- How to send custom mail when a user complete a specific form
- register_activation_hook not creating table
- WordPress delete cookie
- multiple string replace of post’s content for large data
- Manual Backup – How to save to Firefox or Chrome (instead of IE which brings up popup I can’t get rid of)
- Multi-site error wordpress after migration
- Update Plugin Without Overwriting Custom Settings
- Conditional required fields for WordPress Contact Form 7
- Where to insert customize_register in wordpress plugin
- Display_rows() and column_cb() strange behaviour
- Directory structure for plugin changes
- How can I pass value to function in add_menu_page?
- disable lightbox in a plugin [closed]
- Problems with installing and deleting plugins
- wp_query for more fields plugin
- Need Help Creating a Multi-Step, Video-Guided Enrollment Site
- User specific content (posts) / limiting visibility
- Issues with Post 2 Post Plugin
- How wordpress plugin hooks works? [duplicate]
- Selling Downloadable Products [closed]
- How can I modify the colors of my theme for a single section of my site? [closed]
- Contact Form 7 Default value from url [closed]
- How to generate a responsive output from plugin?
- Need help saving input fields for Security Deposit plugin in WC Vendors page
- How to display content depending on the Woocommerce Product Category
- Custom gutenberg block image preview not working
- WordPress Feature – Multi Level sorting
- Resources for building a custom event page template
- Product customizing quiz – quiz adding products to the cart
- How to make a Template page to show the information of different things Shop and Product page?
- show_admin_bar filter not called inside plugin class
- Enable Downloads on WordPress Attachment Page
- How can I keep a WordPress dropdown menu open when navigating to a child page?
- WordPress child theme widget customization – Eduma