Description
Can be used to insert code just before closing</body> tag.
Default Functions
No default function.
Usage
function joe_mask_after_body(){
//Your Code here
}
add_action('squirrel_key_after_body','joe_mask_after_body');
Can be used to insert code just before closing</body> tag.
No default function.
function joe_mask_after_body(){
//Your Code here
}
add_action('squirrel_key_after_body','joe_mask_after_body');