Created
July 30, 2018 16:05
-
-
Save mikeyarce/7793c6fa9964d5e4ad8878e02fe6d9fb to your computer and use it in GitHub Desktop.
Add content to Storefront "before header" hook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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