How to edit the do_action('cryout_header_hook');

  • Author
    Posts
  • #21665
    Mahesh

    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.

    #24377
    Majed

    I have the same problem. I’d be so grateful if someone could help.

    #24436
    Kambojia

    Hi,
    Oh my GOD!
    I have the same problem too.
    Is there any body who can help us?

    Best Regards

    #26353
    Ana

    Having the same issue! Anyone has any ideas? Has any one solved it?

    #26368
    sati

    I am very glad to have this beautiful theme,and also very regret there is no support or response in your website
    same issue here!

    #26391
    Kay
    Cryout Creations mastermind

    Hi 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: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to edit the do_action('cryout_header_hook');’ is closed to new replies.