Add content to Storefront "before header" hook
<?php | |
add_filter('storefront_before_header', function() { | |
echo 'Hello'; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment