You appear to be a bot. Output may be restricted
Description
Prevent switching to Twenty Seventeen on old versions of WordPress.
Switches to the default theme.
Usage
twentyseventeen_switch_theme();
Parameters
Returns
void
Source
File name: twentyseventeen/inc/back-compat.php
Lines:
1 to 6 of 6
function twentyseventeen_switch_theme() { switch_theme( WP_DEFAULT_THEME ); unset( $_GET['activated'] ); add_action( 'admin_notices', 'twentyseventeen_upgrade_notice' ); }