( ! ) Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:1) in /var/www/html/wp-content/themes/webgame/functions.php on line 15
Call Stack
#TimeMemoryFunctionLocation
10.0000369176{main}( ).../index.php:0
20.0000369576require( '/var/www/html/wp-blog-header.php' ).../index.php:31
30.0000369928require_once( '/var/www/html/wp-load.php' ).../wp-blog-header.php:13
40.0001370664require_once( '/var/www/html/wp-config.php' ).../wp-load.php:37
50.0001380536require_once( '/var/www/html/wp-settings.php' ).../wp-config.php:102
60.38456292968include( '/var/www/html/wp-content/themes/webgame/functions.php' ).../wp-settings.php:497
70.38466292968header ( ).../functions.php:15
ID, 'webgame_featured_embed', true); echo '
'; if (!empty($featured_embed)) { echo sprintf('', do_shortcode(webgame_esc_html($featured_embed))); } else { $format_item = '
%s
'; $format_image = ''; $width = apply_filters('webgame_featured_image_width', webgame_get_setting('post_thumbnail_width')); $height = apply_filters('webgame_featured_image_height', webgame_get_setting('post_thumbnail_height')); $size = apply_filters('webgame_featured_image_height', webgame_get_setting('post_thumbnail_size', 'full')); $resize_image = array(); if(empty($size) && !empty($width) && !empty($height)) { $resize_image = array( 'width' => $width, 'height' => $height ); } $images = array(); $number_featured = absint(webgame_config('featured-images.number')); $key_featured = webgame_config('featured-images.key'); if (has_post_thumbnail($post->ID)) { $thumbnail = webgame_attachment_image_url(get_post_thumbnail_id($post->ID), $size, $resize_image); if(!empty($thumbnail)) { $images[] = sprintf($format_item, '', sprintf($format_image, $thumbnail)); } } else {?> ';