How to edit cryout_branding_hook()
-
Hi i am working with Tempera theme on WordPress 3.6.1.
I just want to know where to find the cryout_branding_hook() function. I browsed through all the files and i could locate it on include/themehooks.php and is as follows:
// Inside branding
function cryout_branding_hook() {
do_action(‘cryout_branding_hook’);
}But i want to know where is the do_action(‘cryout_branding_hook’) is called from and is there any chance to edit it as i want to add some links to the header but through widgets i am not able to add it properly.
The topic ‘How to edit cryout_branding_hook()’ is closed to new replies.
