Created
August 6, 2015 07:37
-
-
Save tokopress/68b472ab7ebc27dcb9f7 to your computer and use it in GitHub Desktop.
Marketica - Custom Account Menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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