• jcchavezs

    (@jcchavezs)


    Hi. I’m developing a plugin that modifys get_header function, the thing is Can I stop header function from my function registered in a hook, for example

    add_action(‘get_header’, ‘my_function’);

    may I make get_header to return false or stop fron my_function();???

  • The topic ‘Modifying get_header’ is closed to new replies.