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