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



twenty_twenty_one_content_width › WordPress Filter Hooks

SinceTwenty Twenty-One 1.0
Deprecatedn/a
apply_filters( 'twenty_twenty_one_content_width', 750 )
Parameters:
  • (int) $content_width Content width in pixels.
    Required: Yes
Defined at:
Codex:

Filters Twenty Twenty-One content width of the theme.





Source

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