Skip to content

Instantly share code, notes, and snippets.

@koendewilde
koendewilde / header-bg-css.php
Last active April 23, 2018 13:42
Background css
// header image css
function kdw_header_image_css(){
global $post;
$bg_imgID = false;
$sizeM = 'medium';
$sizeL = 'large';
$sizeXL = 'xl';