badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Header extension widget

#41671

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!