wp-content/themes/twentytwentyone/functions.php:381twenty_twenty_one_content_width() * @return void */function twenty_twenty_one_content_width() { // This variable is intended to be overruled from themes. // Open WPCS issue: {@link https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043}. // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $GLOBALS['content_width'] = apply_filters( 'twenty_twenty_one_content_width', 750 );}add_action( 'after_setup_theme', 'twenty_twenty_one_content_width', 0 ); /** * Enqueues scripts and styles. *One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$content_width added.verified against source