Description
Enable upgrade to the new version of the theme
Usage
oik_theme_new_version( $response );Parameters
- $response
- ( mixed ) required –
Returns
voidSource
File name: oik/libs/oik_themes.phpLines:
1 to 5 of 5
function oik_theme_new_version( $response ) { $theme = bw_array_get( $response, "theme", null ); //$theme_name = bw_get_theme_name( $slug ); BW_::p( oik_update_theme( $theme ) ); }View on GitHub View on Trac
Invoked by
Calls
1 to 2 of 2
