You appear to be a bot. Output may be restricted
Description
Implement "after_plugin_row" for this pluginQuick and dirty solution to decide if data migration is required and if so produce a link to the Migration settings page.
Usage
OIK_Plugin_Update::after_plugin_row( $plugin_file, $plugin_data, $status );
Parameters
- $plugin_file
- ( mixed ) required –
- $plugin_data
- ( mixed ) required –
- $status
- ( mixed ) required –
Returns
voidSource
File name: oik/libs/class-oik-plugin-update.phpLines:
1 to 5 of 5
function after_plugin_row( $plugin_file, $plugin_data, $status ) { bw_trace2(); $message = "Use oik to check for updates"; $this->show_update_message( "$message" ); }View on GitHub View on Trac