twentysixteen_content_width

twentysixteen_content_width

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.3.2

apply_filters('twentysixteen_content_width') is found 1 times:

  • /wp-content/themes/twentysixteen/functions.php line 232
     *
     * @since Twenty Sixteen 1.0
     */
    function twentysixteen_content_width() {
    	$GLOBALS['content_width'] = apply_filters( 'twentysixteen_content_width', 840 );
    }
    add_action( 'after_setup_theme', 'twentysixteen_content_width', 0 );
    
    /**
     * Add preconnect for Google Fonts.
     *