Skip to content

Instantly share code, notes, and snippets.

View justalever's full-sized avatar
🦄
building all the things

Andy Leverenz justalever

🦄
building all the things
View GitHub Profile
function add_to_context( $context ) {
$context['menu'] = new TimberMenu('primary-menu');
$content['footer'] = new TimberMenu('footer-menu');
$context['site'] = $this;
return $context;
}