-
AuthorPosts
-
February 6th, 2014 at 08:16 #21665Mahesh
Hi i am working with the tempera theme and i am not able to understand from where the cryout_header_hook is being called.
I have checked the theme-hooks.php and observed all the cryout hook functions are being called in the below manner.
// Before wp_head hook
function cryout_header_hook() {
do_action(‘cryout_header_hook’);
}But i would like to know from where the do_action(‘cryout_header_hook’) is being called as i want to edit it and add some functionality i.e. the html tags to it.
March 13th, 2014 at 21:32 #24377MajedI have the same problem. I’d be so grateful if someone could help.
March 18th, 2014 at 18:33 #24436KambojiaHi,
Oh my GOD!
I have the same problem too.
Is there any body who can help us?Best Regards
July 30th, 2014 at 05:01 #26353AnaHaving the same issue! Anyone has any ideas? Has any one solved it?
July 30th, 2014 at 18:54 #26368satiI am very glad to have this beautiful theme,and also very regret there is no support or response in your website
same issue here!August 1st, 2014 at 14:18 #26391KayCryout Creations mastermindHi guys and sorry for the lagged response.
The ‘cryout_header_hook’, just like the name implies is a hook. It’s not an editable function, it’s just a function that you can ‘hook’ into with your own custom functions.
Here’s more info on WordPress hooks and actions http://codex.wordpress.org/Function_Reference/add_action You can also google for more in-depth tutorials.
Good luck!
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes. -
AuthorPosts
The topic ‘How to edit the do_action('cryout_header_hook');’ is closed to new replies.