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



twentyseventeen_content_width › WordPress Filter Hooks

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

Filters Twenty Seventeen content width of the theme.





Source

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