Filters Twenty Twenty-One content width of the theme.
$content_widthintwp-content/themes/twentytwentyone/functions.php:377twenty_twenty_one_content_width() * Filters Twenty Twenty-One content width of the theme. * * @since Twenty Twenty-One 1.0 * * @param int $content_width Content width in pixels. */ $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. *Introduced in Twenty Twenty-One 1.0. 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