Squirrel Framework

squirrel_key_after_body

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');

Exit mobile version