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



twentynineteen_content_width › WordPress Filter Hooks

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

Filters Twenty Nineteen content width of the theme.





Source

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