wp-content/themes/twentysixteen/functions.php:248Sets the content width in pixels, based on the theme's design and stylesheet.
One hook fires while twentysixteen_content_width() runs, in this order:
function twentysixteen_content_width() { $GLOBALS['content_width'] = apply_filters( 'twentysixteen_content_width', 840 );}Introduced in Twenty Sixteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentysixteen/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.