Add support for core custom logo.
wp-content/themes/twentynineteen/functions.php:248twentynineteen_content_width() * @global int $content_width Content width. */function twentynineteen_content_width() { // This variable is intended to be overruled from themes. // Open WPCS issue: {@link https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043}. // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $GLOBALS['content_width'] = apply_filters( 'twentynineteen_content_width', 640 );}add_action( 'after_setup_theme', 'twentynineteen_content_width', 0 ); /** * Enqueue scripts and styles. */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