Skip to content

Instantly share code, notes, and snippets.

@mikeyarce
Created July 30, 2018 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeyarce/7793c6fa9964d5e4ad8878e02fe6d9fb to your computer and use it in GitHub Desktop.
Save mikeyarce/7793c6fa9964d5e4ad8878e02fe6d9fb to your computer and use it in GitHub Desktop.
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