Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created April 17, 2013 21:36
Show Gist options
  • Save LinzardMac/5407972 to your computer and use it in GitHub Desktop.
Save LinzardMac/5407972 to your computer and use it in GitHub Desktop.
public function hookWordpressplug($params)
{
?>
<?php
$smarty = new Smarty;
$menu = wp_get_nav_menu_object("product-categories");
$items = wp_get_nav_menu_items($menu);
$smarty->assign('items', $items);
return $this->display(__FILE__, 'wpheader.tpl', $this->getCacheId());
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment