header .png doesn’t upgrade

Make sure you change this file from your ftp http://lesmininours.ca/wp-content/themes/kiddo-turf-parent/images/header_image.png Also please check if you have an active cache plugin in your site. If you have one, you should clear your cache in your site, not in your browser.

How to set a header image?

get_header_image() uses get_theme_mod() to get the saved header image, so I would assume the following example should be used to update the saved value. And set_header_image does the same thing at the end of it, after all the different checks. set_theme_mod( ‘header_image’ , ‘your-image-url-here’ );