You appear to be a bot. Output may be restricted
Description
Sets the content width in pixels, based on the theme's design and stylesheet.
Priority 0 to make it available to lower priority callbacks.
Usage
twentysixteen_content_width();
Parameters
Returns
void
Source
File name: twentysixteen/functions.php
Lines:
1 to 3 of 3
function twentysixteen_content_width() { $GLOBALS['content_width'] = apply_filters( 'twentysixteen_content_width', 840 ); }