Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Call file library/custom-header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mnuhell committed Dec 15, 2014
1 parent 88802b3 commit 2d79be1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions library/custom-header.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php

// The Header-image
$defaults = array(

'default-image' => '',
'width' => 0,
'height' => 0,
'flex-width' => false,
'flex-height' => false,
'uploads' => true,
'random-default' => false,
'header-text' => false,
'default-text-color' => '',
'wp-head' => '',
'admin-head-callback' => '',
'admin-preview-callback' => '',
);

add_theme_support('custom-header', $defaults);

?>

0 comments on commit 2d79be1

Please sign in to comment.