Filters Twenty Sixteen content width of the theme.
$content_widthintwp-content/themes/twentysixteen/functions.php:256twentysixteen_content_width() * Filters Twenty Sixteen content width of the theme. * * @since Twenty Sixteen 1.0 * * @param int $content_width Content width in pixels. */ $GLOBALS['content_width'] = apply_filters( 'twentysixteen_content_width', 840 );}add_action( 'after_setup_theme', 'twentysixteen_content_width', 0 ); /** * Adds preconnect for Google Fonts. *Introduced in Twenty Sixteen 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