Skip to content

Instantly share code, notes, and snippets.

@webhouse-dev
Last active January 25, 2021 16:06
Show Gist options
  • Save webhouse-dev/5ee245feefe4fd648e404f246467c89e to your computer and use it in GitHub Desktop.
Save webhouse-dev/5ee245feefe4fd648e404f246467c89e to your computer and use it in GitHub Desktop.
Blocksy change logo URL
<?php
add_filter('blocksy:header:logo:url', function ($url) {
return 'YOUR_URL';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment