Inventory_Presser_Addon_Updater::remove_core_update_row()

Removes the core “There is a new version of {plugin} available” notice on the plugins list. We are adding our own.

On This Page


Return Return

(void)


Top ↑

Source Source

File: includes/addon/class-addon-updater.php

		public function remove_core_update_row() {
			remove_action( 'after_plugin_row_' . $this->name, 'wp_plugin_update_row', 10 );
		}