You appear to be a bot. Output may be restricted
Description
Display upgrade notice on theme switch.
Usage
$void = twenty_twenty_one_switch_theme();
Parameters
Returns
void
Source
File name: twentytwentyone/inc/back-compat.php
Lines:
1 to 3 of 3
function twenty_twenty_one_switch_theme() { add_action( 'admin_notices', 'twenty_twenty_one_upgrade_notice' ); }