Description
Can be used to change the default footer output.
Default Functions
Following is default function added to this key:
- squirrel_legs
Usage
remove_action('squirrel_key_legs','squirrel_legs');
function joe_mask_footer(){
//Your Code here
}
add_action('squirrel_key_legs','joe_mask_footer');