Storefront hook storefront_header: can’t insert any content
-
Hi there,
we’re trying to add some logos inside the theme-header (Storefront / Bookshop).
I’m testing with something as simple as:function test123() { echo '<p style="color: red">TEST</p>'; } add_action('storefront_header', 'test123', 42);
When I use
add_action('storefront__before_header', 'test123', 42);
everything is fine, storefront_header doesn’t do anything (regardless of priority).Is this a bug or do I miss something?
Thanks in advance!
Artair
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Storefront hook storefront_header: can’t insert any content’ is closed to new replies.