Tribe__PUE__Checker::remove_default_inline_update_msg()
Prevent the default inline update-available messages from appearing, as we have implemented our own.
See also
Source
File: src/Tribe/PUE/Checker.php
public function remove_default_inline_update_msg() {
remove_action( "after_plugin_row_{$this->plugin_file}", 'wp_plugin_update_row' );
}