Filters Twenty Seventeen content width of the theme.
$content_widthintwp-content/themes/twentyseventeen/functions.php:287twentyseventeen_content_width() * Filters Twenty Seventeen content width of the theme. * * @since Twenty Seventeen 1.0 * * @param int $content_width Content width in pixels. */ $GLOBALS['content_width'] = apply_filters( 'twentyseventeen_content_width', $content_width );}add_action( 'template_redirect', 'twentyseventeen_content_width', 0 ); if ( ! function_exists( 'twentyseventeen_fonts_url' ) ) : /** * Registers custom fonts.Introduced in Twenty Seventeen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.