Filters Twenty Nineteen content width of the theme.
$content_widthintwp-content/themes/twentynineteen/functions.php:256twentynineteen_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 );}add_action( 'after_setup_theme', 'twentynineteen_content_width', 0 ); /** * Enqueues scripts and styles. *Introduced in Twenty Nineteen 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