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.
Return Return
(void)
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 ); }
Expand full source codeCollapse full source codeView on Github