Skip to content

Instantly share code, notes, and snippets.

@tokopress
Created August 6, 2015 07:37
Show Gist options
  • Save tokopress/68b472ab7ebc27dcb9f7 to your computer and use it in GitHub Desktop.
Save tokopress/68b472ab7ebc27dcb9f7 to your computer and use it in GitHub Desktop.
Marketica - Custom Account Menu
add_action( 'tokopress_quicknav_account', 'mycustom_quicknav_account_custommenu', 10 );
function mycustom_quicknav_account_custommenu() {
?>
<li><a href="#">Custom Menu <i class="fa fa-car"></i> </a></li>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment