• Hi @minor, great plugin!

    I’d like to suggest adding the following filters available in WordPress 5.5. It will remove the new updates UI, which is not needed when using your plugin.

    // Disable plugins auto-update UI elements.
    add_filter( 'plugins_auto_update_enabled', '__return_false' );
     
    // Disable themes auto-update UI elements.
    add_filter( 'themes_auto_update_enabled', '__return_false' );

    This is documented in this post.

  • The topic ‘Changes with WP 5.5’ is closed to new replies.