You appear to be a bot. Output may be restricted
Description
Prevents the Customizer from being loaded on WordPress versions prior to 5.3.
Usage
$void = twenty_twenty_one_customize();
Parameters
Returns
void
Source
File name: twentytwentyone/inc/back-compat.php
Lines:
1 to 13 of 13
function twenty_twenty_one_customize() { wp_die( sprintf( /* translators: %s: WordPress Version. */ esc_html__( 'This theme requires WordPress 5.3 or newer. You are running version %s. Please upgrade.', 'twentytwentyone' ), esc_html( $GLOBALS['wp_version'] ) ), '', array( 'back_link' => true, ) ); }