twentyseventeen_content_width

twentyseventeen_content_width

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.5.3

apply_filters('twentyseventeen_content_width') is found 1 times:

  • /wp-content/themes/twentyseventeen/functions.php line 276
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
         * @since Twenty Seventeen 1.0
         *
         * @param int $content_width Content width in pixels.
         */
        $GLOBALS['content_width'] = apply_filters( 'twentyseventeen_content_width', $content_width );
    }
    add_action( 'template_redirect', 'twentyseventeen_content_width', 0 );
     
    /**
     * Register custom fonts.
     */