January 22, 2016 at 6:41 am
#41671
Theme Horse Support Team
Keymaster
Hi gregorybishop42,
just go to header.php and you use below hook if you want
`do_action( ‘interface_before’ );
do_action( ‘interface_before_header’ );
do_action( ‘interface_after_header’ );
do_action( ‘interface_before_main’ );`
You can call on this hook.
Thank you!