Description

Can be used to change the default header output, like logo, menu etc.

Default Functions

Following is default function added to this key:

  • squirrel_skull

Usage

remove_action('squirrel_key_skull','squirrel_skull');
function joe_mask_header(){
//Your Code here
}
add_action('squirrel_key_skull','joe_mask_header');