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