Return to Snippet

Revision: 56785
at April 15, 2012 20:15 by paul0078


Initial Code
function wicked_change_menu_type() {
	return 'wp_nav_menu';
}
add_filter('themantic_menu_type','wicked_change_menu_type');

Initial URL


Initial Description


Initial Title
Change thematic child theme menu to custom menu

Initial Tags
php, wordpress

Initial Language
PHP