Am woking on an error plugin.
I want to generate some error or success msgs when header loads in WordPress blog site.
like as:
if(is header load)
{
//run a action hook here
//print success or error msgs through hook function
}
suggest a hook action to display msgs when header load.
Below code might help. You can put this code in the functions.php in your theme folder.