wpseek.com
A WordPress-centric search engine for devs and theme authors



twentysixteen_content_width › WordPress Filter Hooks

SinceTwenty Sixteen 1.0
Deprecatedn/a
apply_filters( 'twentysixteen_content_width', 840 )
Parameters:
  • (int) $content_width Content width in pixels.
    Required: Yes
Defined at:
Codex:

Filters Twenty Sixteen content width of the theme.





Source

$GLOBALS['content_width'] = apply_filters( 'twentysixteen_content_width', 840 );